Development

Changeset 10878

You must first sign up to be able to contribute.

Changeset 10878

Show
Ignore:
Timestamp:
08/14/08 08:25:35 (3 months ago)
Author:
hartym
Message:

[documentation] fixes #4200

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/01-Form-Creation.txt

    r10877 r10878  
    3232### `sfForm` and `sfWidget` Classes 
    3333 
    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. 
     34Users 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. 
    3535 
    3636>**Note** 
  • doc/branches/1.2/forms_book/en/01-Form-Creation.txt

    r10877 r10878  
    3232### `sfForm` and `sfWidget` Classes 
    3333 
    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. 
     34Users 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. 
    3535 
    3636>**Note**