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 |
Which class extend the zend controller?
How can I add extra html (such as a link) to my form element?
How to check whether a form posted or not in the zend framework?
Tell me what are the ways in which the file can be detected as being uploaded or not?
Explain filters in zend framework with examples?
How we can do multiple column ordering in zend framework?
Write a program to show the function of action helper?
How to create model file in zend framework?
How to add a view helper directory (zend framework)?
How to get variable value from getting in zend framework?
What is models in zend framework?
What lucene is in the zend framework?