Push it into the view from the controller. E.g. $this->view->controller = $this->_request->getControllerName(); in your action method Or pull it from the front controller singleton. E.g. $controller = Zend_Controller_Front::getInstance()->getRequest()->getControllerName()
-- Mon On Wed, Jan 6, 2010 at 1:14 PM, Enkhbilguun Erdenetsogt < [email protected]> wrote: > Hello, > > Anyone please help me to find how I can get controller name from a view > script? > > > -- > Enkhbilguun Erdenetsogt >
