View Single Post
  #1 (permalink)  
Old 03-05-2008, 09:12 AM
javauser javauser is offline
Junior Member
 
Join Date: Mar 2008
Posts: 1
Default Zend_Controller_Action::$_frontController?

What is this variable for? It doesn't seem to have any value unlike $this->getFrontController().

In what circumstances would I want to access the front controller from action controllers?
Reply With Quote