Changeset 10300
- Timestamp:
- 07/15/08 20:47:24 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/forms_book/en/04-Propel-Integration.txt
r10250 r10300 826 826 827 827 >**Caution** 828 >Do mind that the `propel:build-all` task deletes every schema tables to re-create them. The data inside the tables are therefore overwritten. That is why it is important t hecreate test data (`fixtures`) you can download again at each model modification.828 >Do mind that the `propel:build-all` task deletes every schema tables to re-create them. The data inside the tables are therefore overwritten. That is why it is important to create test data (`fixtures`) you can download again at each model modification. 829 829 830 830 Listing 4-25 shows how to modify the `ArticleForm` class in order to link a widget and a validator to the `file` field.