Changeset 11738
- Timestamp:
- 09/22/08 21:27:38 (2 months ago)
- 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 Integration2 ============================== 1 Chapter 11 - Doctrine Integration 2 ================================= 3 3 4 4 In 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 Integration2 ============================== 1 Chapter 11 - Doctrine Integration 2 ================================= 3 3 4 4 In 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.