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?
How to install zend framework on windows?
What is routing and how it's work?
Difference between zend_registry and zend_session?
How to protect your site from sql injection in zend when using select query?
What is inflection?
Write a program to show the execution of the application?
How to disable layout from controller?
How we can redirect to another page from controller in zend framework?
Can you explain what is the difference between zend_auth and zend_acl?
What do you mean by service manager in zf2?
How to fetch last inserted id, fetch all record,find and fetch a single record.