Development

Changeset 8050

You must first sign up to be able to contribute.

Changeset 8050

Show
Ignore:
Timestamp:
03/22/08 17:17:26 (6 months ago)
Author:
Carl.Vondrick
Message:

1.0 doc: added tip to clear cache in model generation (closes #2440)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/08-Inside-the-Model-Layer.txt

    r7577 r8050  
    112112 
    113113    > symfony propel-build-model 
     114 
     115>**TIP** 
     116>After building your model, you must remember to clear symfony's internal cache with `symfony cc` so symfony can find your newly created models. 
    114117 
    115118Typing this command will launch the analysis of the schema and the generation of base data model classes in the `lib/model/om/` directory of your project: