How to get variable value from getting in zend framework?
Answer / Awanish Kumar
In Zend Framework, you can access GET variables using the $this->getRequest()->getParam('variable_name') method inside a controller. Replace 'variable_name' with the name of your GET variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is this "username" I have to submit with my cla, and why do I have to submit it?
Name some important component in zend framework?
What are the elements used in customizing the output of using the standard decorators?
Explain what is being presented by the decorators?
Why do we need disable layout & how we can do it?
What is zendauthentication?
What do you mean by zend engine?
Checking whether form posted or not in zend framework?
What is the function of model in mvc architecture?
What is zend framework in php?
Which class extend the zend model?
Does zend framework support php 4?