How to get all post data?
Answer / Vishnu Kumar Singh
To get all posted data in Zend Framework, you can use the `getPost()` method provided by ZendControllerRequestHttp. Here's an example:n1. In your controller action, access the posted data: `$postData = $this->getRequest()->getPost();`
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of zend framework 3? Explain
What should I know about the zend framework cla before submitting it?
Explain the difference between zend_registry and zend_session in zend?
What are decorators in the zend framework?
How to redirect to another page from controller?
How to add custom view helpers to zend framework 2
How to disable layout from controller?
Please write down a program to show the execution of the application?
Explain the difference between zend 2 & zend 3?
How can I add extra html (such as a link) to my form element?
How to call two different views from same action?
Tell me what are the basic operations performed by the decorator?