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 |
How can I customize the appearance of forms generated by zend_form?
How to change layout for module level in zend framework 2?
How to render view file from controller in zend framework?
How to fetch last inserted id, fetch all record,find and fetch a single record.
How to fetch last inserted id, fetch all record and fetch a single record?
What lucene is in the zend framework?
What are naming convention for php file?
How to set 'selected' value in select box dropdown list?
Explain what are the default methods provided by decorators?
How to include css from controller and view in zend
How to check request is ajax in zend framework?
Do you know what is the way in which the html can be used to form elements?