Request in Zend_View
Hello,
I have a layout.phtml and I need to get controller name and other several GET variables in there, however I can't do this.
In ControllerName.php I can do it by $this->_request->getParam("controller"), but in layout.phtml $this IS Zend_View I guess, so I can't get a query variable from there.
Can anyone help me with this? Any suggestions are appriciated.
Thank you in Advance!
|