Google News
logo
Zend framework - Interview Questions
What are Zend_Form and its features in Zend Framework?
In Zend Framework, Zend_Form is used to create an HTML form. It provides various components, such as input, select, radio, checkbox, etc. below are the following features of the Zend form.
 
* Filtering and validation
* Ordering
* Element and Form rendering, including escaping
* Element and form grouping
* Element and form-level configuration
Advertisement