I want to access the value of a specific variable (in the url) in my view helper. How can I do this?
I’m able to get my controller name with: Zend_Controller_Front::getInstance()->getRequest()->getControllerName(); , but I have no idea for the variable …
Thanks in advance!
The most obvious ones are:
Also have a look at the API docs:
General
Zend_Controller_Request_Http (1.10)