Development

Changeset 11738

You must first sign up to be able to contribute.

Changeset 11738

Show
Ignore:
Timestamp:
09/22/08 21:27:38 (2 months ago)
Author:
Jonathan.Wage
Message:

[1.1, 1.2] Fixing chapter numbers in title for symfony Forms Doctrine integration

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/11-Doctrine-Integration.txt

    r11737 r11738  
    1 Chapter 4 - Doctrine Integration 
    2 ============================== 
     1Chapter 11 - Doctrine Integration 
     2================================= 
    33 
    44In a Web project, most forms are used to create or modify model objects. These objects are usually serialized in a database thanks to an ORM. Symfony's form system offers an additional layer for interfacing with Doctrine, symfony's built-in ORM, making the implementation of forms based on these model objects easier. 
  • doc/branches/1.2/forms_book/en/11-Doctrine-Integration.txt

    r11737 r11738  
    1 Chapter 4 - Doctrine Integration 
    2 ============================== 
     1Chapter 11 - Doctrine Integration 
     2================================= 
    33 
    44In a Web project, most forms are used to create or modify model objects. These objects are usually serialized in a database thanks to an ORM. Symfony's form system offers an additional layer for interfacing with Doctrine, symfony's built-in ORM, making the implementation of forms based on these model objects easier.