Answer Posted / 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 |
Post New Answer View All Answers