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 make pdo run set names utf8 each time I connect, in zendframework?
What is routing in zend in zend framework?
What are the difference between zend_registry and zend_session?
How to write a program to show the function of action helper?
What is the difference between zend_auth and zend_acl?
How to get variable value from getting in zend framework?
How to access route, post, get etc. Parameters in zend framework 2?
What is the latest version of zend framework?
What is the function lucene?
How to fetch last inserted id, fetch all record,find and fetch a single record.
How to change layout for module level in zend framework 2?
Tell me what is the function of model in mvc architecture?