Answer Posted / Budheshwar Singh
To check if a request is a POST method in Zend Framework, you can use the $this->getRequest()->isPost() method inside a controller. This will return true if the request is indeed a POST.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers