if you ever need to redirect w/in a plugin
$redirector = Zend_Controller_Action_HelperBroker::getStaticHelper(‘redirector’);
$redirector->gotoUrl(‘url’);
$redirector->gotoUrl(‘url’);
if you ever need to redirect w/in a plugin
need a way to find all the dates in between? well this currently works with months. but can be adjusted to do days, years, etc. all you need to do is supply a begining date and an end date. it returns an array which can be used for anything,