Development

Changeset 10300

You must first sign up to be able to contribute.

Changeset 10300

Show
Ignore:
Timestamp:
07/15/08 20:47:24 (4 months ago)
Author:
Carl.Vondrick
Message:

forms book: fixed #4007

Files:

Legend:

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

    r10250 r10300  
    826826 
    827827>**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 the create 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. 
    829829 
    830830Listing 4-25 shows how to modify the `ArticleForm` class in order to link a widget and a validator to the `file` field.