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