Código PHP:
                   $http = new Zend_Controller_Request_Http();
                $http->setParam('key', 'value');
                $action = $http->getActionName();
                $controller = $http->getControllerName();
                $module = $http->getModuleName();
                $params = $http->getParams();
                $redirector = Zend_Controller_Action_HelperBroker::getStaticHelper('redirector');
                $redirector->gotoSimple($action, $controller, $module, $params); 
    Fatal error: Call to a member function getModuleName() on a non-object in C:\...\library\Zend\Controller\Action\Helper\Redir ector.php on line 275
 
 






