Guest User

Untitled

a guest
Jul 12th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public function preDispatch()
  2. {
  3. $layout = Zend_Layout::getMvcInstance();
  4. $layout->controller = $this->_actionController->getRequest()->getActionName();
  5. $layout->action = $this->_actionController->getRequest()->getControllerName();
  6. }
Add Comment
Please, Sign In to add comment