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 do two colons mean in php?
What do you know about zend layout?
Is zend_cache provides a generic way to cache any data?
How to get client's timezone?
How to get variable value from getting in zend framework?
What is zend framework in php?
What is zend engine in php?
Why are in-built libraries used for the web services?
Can you explain why are in-built libraries used for the web services?
What are the features of mvc in zend framework?
Which class extend the zend controller?
What is zend controller front in zend framework?