How to check whether form posted or not in zend framework?
Answer / Ramendra Kumar Mishra
In Zend Framework, you can check if a form has been submitted by checking the 'isPost()' method of the request object. For example, `if ($this->getRequest()->isPost()) { ... }`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is zend engine?
What is the difference between zend_auth and zend_acl?
How to check post method in zend framework?
In which file we can configuration in zend framework?
What is zend_registry?
How to install zend framework?
How to add extra html (i.e link) in zend_form?
What is use of zend front controller?
Do you know what is the use of zend framework?
How to redirect to another page from controller?
Explain the use of bootstrap used in zend framework?
How to use jquery to post data in zend framework?