[MANUAL] English:
[zend.git] / documentation / manual / en / module_specs / Zend_Form-Introduction.xml
blob506ccdd1a78ea267b92a827d198215d34b4aafd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <sect1 id="zend.form.introduction">
4     <title>Zend_Form</title>
6     <para>
7         <classname>Zend_Form</classname> simplifies form creation and handling in your web
8         application. It performs the following tasks:
9     </para>
11     <itemizedlist>
12         <listitem><para>Element input filtering and validation</para></listitem>
13         <listitem><para>Element ordering</para></listitem>
14         <listitem><para>Element and Form rendering, including escaping</para></listitem>
15         <listitem><para>Element and form grouping</para></listitem>
16         <listitem><para>Element and form-level configuration</para></listitem>
17     </itemizedlist>
19     <para>
20         <classname>Zend_Form</classname> makes use of several Zend Framework components to
21         accomplish its goals, including <classname>Zend_Config</classname>,
22         <classname>Zend_Validate</classname>, <classname>Zend_Filter</classname>,
23         <classname>Zend_Loader_PluginLoader</classname>, and optionally
24         <classname>Zend_View</classname>.
25     </para>
26 </sect1>
27 <!--
28 vim:se ts=4 sw=4 et:
29 -->