How to check whether a form posted or not in the zend framework?
Answer / Gaurav Bhatnagar
In Zend Framework, you can check if a form has been posted by checking if the data has been populated: `if (!$this->getRequest()->isPost() || empty($form->getData())) { // no form post }`
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain authorization and authentication in zend framework?
What are the advantages of zend framework?
What is authorization in zend framework?
What is front controller in zend framework?
How do you set module name, controller name, and action name in zend framework?
Explain routing in zend framework?
Checking whether form posted or not in zend framework?
Tell me what are the steps kept in mind while designing the zend_form?
Please write down a program to show the execution of the application?
What is this "username" I have to submit with my cla, and why do I have to submit it?
Difference between javascript ajax request vs jquery $.ajax?
How to include css in zend framework?