Pages

Monday, August 19, 2013

Redirect in Zend Framework

$this->_redirect(‘actionName’);
// it will redirect another action in the same controller
$this->_helper->redirector(‘actionName’, ‘controllerName’);
// it will redirect another controller on given action.

No comments:

Post a Comment