Development

Changeset 10299

You must first sign up to be able to contribute.

Changeset 10299

Show
Ignore:
Timestamp:
07/15/08 19:06:31 (4 months ago)
Author:
Carl.Vondrick
Message:

forms book: fixed type-o (closes #4003)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/03-Forms-for-web-Designers.txt

    r10219 r10299  
    99 
    1010>**Note** 
    11 >Symfony's form system is built according to the MVC model. The MVC pattern helps decouple every task of a development team: The developers create the forms and handle their life cycles, and the Web designers format and style them. The separation of concerns will never be a replacement the communication within the project team. 
     11>Symfony's form system is built according to the MVC model. The MVC pattern helps decouple every task of a development team: The developers create the forms and handle their life cycles, and the Web designers format and style them. The separation of concerns will never be a replacement for the communication within the project team. 
    1212 
    1313Before we start