How to get all post data in zend framework?
Answer / Abhiraj Singh Thakur
To get all POST data in Zend Framework, use the $this->getRequest()->getPost() method inside a controller. This will return an associative array containing all submitted form data.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to remove all dtddwrappers and labels on zend form elements?
What is zend_filter?
How to integrate external scripts with zend framework ?
how do you protect your site from sql injection in zend when using select query?
What are the features of zend framework?
How to use jquery to post data in zend framework?
How to log out users using facebook connect in php and zend?
In which file we can configuration in zend framework?
What is the function of action helper in zend?
How to fetch last inserted id, fetch all record,find and fetch a single record.
Do you know what is the use of zend framework?
Where we set configuration in zend framework?