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 |
How to include js from controller and view in zend framework?
Where's the model?
how to remove all dtddwrappers and labels on zend form elements?
How to use a sql function or perform calculations in a statement generating with zend_db_select?
What is routing in zend in zend framework?
How to create model file in zend framework?
What lucene is in the zend framework?
Zend framework forms, decorators and validation: should I go back to plain html?
What do you know about zend layout?
What do you mean by zend engine?
What do two colons mean in php?
Explain super global variables in zend framework?