How to check post method in zend framework?
Answer Posted / Parmanand Singh
In Zend Framework, you can check if the request is a POST method by using `if ($this->getRequest()->isPost())` inside your controller action.
Post New Answer View All Answers
How you can set module name, controller name, and action name in zend framework?
307
How to call two different views from same action?
302
How to render zf2 view within json response?
341
Explain filters in zend framework with examples?
225