Changeset 13395
- Timestamp:
- 11/27/08 10:56:00 (1 year ago)
- Files:
-
- doc/branches/1.1/forms_book/en/04-Propel-Integration.txt (modified) (1 diff)
- doc/branches/1.1/forms_book/en/11-Doctrine-Integration.txt (modified) (1 diff)
- doc/branches/1.1/forms_book/fr/04-Propel-Integration.txt (modified) (1 diff)
- doc/branches/1.2/forms_book/en/04-Propel-Integration.txt (modified) (1 diff)
- doc/branches/1.2/forms_book/en/11-Doctrine-Integration.txt (modified) (1 diff)
- doc/branches/1.2/forms_book/fr/04-Propel-Integration.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/forms_book/en/04-Propel-Integration.txt
r12802 r13395 313 313 314 314 [php] 315 // apps/frontend/modules/author/templates/editSuccess. class.php315 // apps/frontend/modules/author/templates/editSuccess.php 316 316 <?php $author = $form->getObject() ?> 317 317 <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> doc/branches/1.1/forms_book/en/11-Doctrine-Integration.txt
r13055 r13395 337 337 338 338 [php] 339 // apps/frontend/modules/author/templates/editSuccess. class.php339 // apps/frontend/modules/author/templates/editSuccess.php 340 340 <?php $author = $form->getObject() ?> 341 341 <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> doc/branches/1.1/forms_book/fr/04-Propel-Integration.txt
r12802 r13395 312 312 313 313 [php] 314 // apps/frontend/modules/author/templates/editSuccess. class.php314 // apps/frontend/modules/author/templates/editSuccess.php 315 315 <?php $author = $form->getObject() ?> 316 316 <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> doc/branches/1.2/forms_book/en/04-Propel-Integration.txt
r12802 r13395 313 313 314 314 [php] 315 // apps/frontend/modules/author/templates/editSuccess. class.php315 // apps/frontend/modules/author/templates/editSuccess.php 316 316 <?php $author = $form->getObject() ?> 317 317 <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> doc/branches/1.2/forms_book/en/11-Doctrine-Integration.txt
r13055 r13395 337 337 338 338 [php] 339 // apps/frontend/modules/author/templates/editSuccess. class.php339 // apps/frontend/modules/author/templates/editSuccess.php 340 340 <?php $author = $form->getObject() ?> 341 341 <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1> doc/branches/1.2/forms_book/fr/04-Propel-Integration.txt
r12802 r13395 312 312 313 313 [php] 314 // apps/frontend/modules/author/templates/editSuccess. class.php314 // apps/frontend/modules/author/templates/editSuccess.php 315 315 <?php $author = $form->getObject() ?> 316 316 <h1><?php echo $author->isNew() ? 'New' : 'Edit' ?> Author</h1>

