How to get all get data?
Answer / Swati Chaudhary
In Zend Framework, you can access GET data through the `$this->getRequest()->getQuery()` method. This will return an instance of `ZendStdlibParameters` containing all the GET parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to include css and js from the controller in the zend framework?
How can I use a stored procedure in a mysql database with zend framework?
How to install zend framework on windows?
Difference between zend_registry and zend_session?
What is being presented by the decorators?
How to write a program that performs the calculations using the sql function?
How do you define the library path in zend ?
How do I use viewscripts on zend_form file elements?
How to add custom view helpers to zend framework 2
How to check request is ajax in zend framework?
How to check whether a form posted or not in the zend framework?
Do you know what is the way in which the html can be used to form elements?