How we can check post method in zend framework?
Answer / 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 |
What is the difference between zend framework and laravel?
What are the steps kept in mind while designing the zend_form?
How can I customize the appearance of forms generated by zend_form?
Difference between zend_registry and zend_session?
What is inflection?
Where is the model in zf's mvc implementation?
Explain the difference between zend 2 & zend 3?
Should I sign an individual cla or a corporate cla?
How to protect your website from sql injection in zend using select query?
Does zend framework support php 4?
Do you know what is the function lucene?
Why should we use framework?