Posted: June 12th, 2010

Zend Framework redirect within plugin

Category: technical
Tags: , , ,

if you ever need to redirect w/in a plugin

$redirector = Zend_Controller_Action_HelperBroker::getStaticHelper(‘redirector’);
$redirector->gotoUrl(‘url’);