How to access the value of a url variable in a Zend view Helper?
Posted
by koko
on Stack Overflow
See other posts from Stack Overflow
or by koko
Published on 2010-04-15T13:27:51Z
Indexed on
2010/04/15
13:43 UTC
Read the original article
Hit count: 231
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!
© Stack Overflow or respective owner