Checking whether form posted or not in zend framework?
Answer Posted / Neha Raghav
To check if a form has been posted, you can use the `isPost()` method provided by ZendControllerRequestHttp. Here's an example:n1. In your controller action, check the request type: `if ($this->getRequest()->isPost()) { ... }`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers