How to check post method in zend framework?
Answer / 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is the function of model in mvc architecture?
What are the advantages of zend framework 2?
How to create a model file in zend framework?
List the default methods provided by decorators in the zend framework?
What are the steps kept in mind while designing the zend_form?
How to install zend framework2 on shared hosting server?
Name some important component in zend framework?
Where we set configuration in zend framework?
What is service manager in zend framework?
Does zend framework support php 7?
How to print exact sql query in zend framework ?
How to disable layout from controller?