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 |
What is the zend file upload and element decorators?
What is zend framework 2?
How to include js from controller and view in zend?
Zend_cache provides a generic way to cache any data?
How to make pdo run set names utf8 each time I connect, in zendframework?
Write a program to show the function of action helper?
What are decorators in the zend framework?
Write a program to retrieve the view object within plugin?
What is the function of action helper in zend?
Does zend framework support php 7?
How to create an object of model in zend framework?
What is a module in zend framework 2?