How to access the value of a url variable in a Zend view Helper?
- by koko
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!