View Single Post
  #1 (permalink)  
Old 04-28-2008, 05:55 PM
dnatsvlishvili dnatsvlishvili is offline
Junior Member
 
Join Date: Apr 2008
Posts: 1
Question 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!
Reply With Quote