Checking whether form posted or not in zend framework?
Answer / Neha Raghav
To check if a form has been posted, you can use the `isPost()` method provided by ZendControllerRequestHttp. Here's an example:n1. In your controller action, check the request type: `if ($this->getRequest()->isPost()) { ... }`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is authorization in zend framework?
How we can redirect to another page from controller in zend framework?
What is the latest version of zend framework?
Zend_cache provides a generic way to cache any data?
How to disable zend layout from controller for ajax call only?
How to include css and js from the controller in the zend framework?
I am a minor (under 18 years of age). Who should sign my cla?
What is inflection?
Writing a subquery using zend db?
Why are in-built libraries used for the web services?
What is zend framework? What is the use of it?
Explain how routing works?