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 |
Which version of php does zend framework require?
How to get variable's value from get?
How to create object of model?
Explain authorization and authentication in zend framework?
how to remove all dtddwrappers and labels on zend form elements?
What is the function of model in mvc architecture?
Why should we use framework?
How do you define the library path in zend ?
How to print exact sql query in zend framework ?
How to change layout for module level in zend framework 2?
How do I extend the zend navigation menu view helper?
What is zend framework?