<?php
Zend_Controller_Action_HelperBroker::getStaticHelper('helpername');
?>For example, you can access the redirector helper from within your front controller plugin:
<?php
$redirector = Zend_Controller_Action_HelperBroker::getStaticHelper('redirector');
?>
Post new comment