Skip to content

Instantly share code, notes, and snippets.

@LordZombi
Last active December 20, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LordZombi/6193023 to your computer and use it in GitHub Desktop.
Save LordZombi/6193023 to your computer and use it in GitHub Desktop.
Routes, Forward, Redirect
$this->_helper->redirector->gotoRouteAndExit(array(), 'backend-module-controller');
$params = array();
$this->forward('denied', 'error', 'default', $params);
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment