Changeset 10878
- Timestamp:
- 08/14/08 08:25:35 (3 months ago)
- Files:
-
- doc/branches/1.1/forms_book/en/01-Form-Creation.txt (modified) (1 diff)
- doc/branches/1.2/forms_book/en/01-Form-Creation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/forms_book/en/01-Form-Creation.txt
r10877 r10878 32 32 ### `sfForm` and `sfWidget` Classes 33 33 34 Users input information into fields which make up forms. In symfony, a form is an object inheriting from the `sfForm` class. In our example, we will create a `ContactForm` class inheriting from the `sfForm` class. `sfForm` is the base class of all forms. `sfForm` makes it easy to manage the configuration and the life cycle of your forms.34 Users input information into fields which make up forms. In symfony, a form is an object inheriting from the `sfForm` class. In our example, we will create a `ContactForm` class inheriting from the `sfForm` class. 35 35 36 36 >**Note** doc/branches/1.2/forms_book/en/01-Form-Creation.txt
r10877 r10878 32 32 ### `sfForm` and `sfWidget` Classes 33 33 34 Users input information into fields which make up forms. In symfony, a form is an object inheriting from the `sfForm` class. In our example, we will create a `ContactForm` class inheriting from the `sfForm` class. `sfForm` is the base class of all forms. `sfForm` makes it easy to manage the configuration and the life cycle of your forms.34 Users input information into fields which make up forms. In symfony, a form is an object inheriting from the `sfForm` class. In our example, we will create a `ContactForm` class inheriting from the `sfForm` class. 35 35 36 36 >**Note**