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