Changeset 8050
- Timestamp:
- 03/22/08 17:17:26 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/08-Inside-the-Model-Layer.txt
r7577 r8050 112 112 113 113 > 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. 114 117 115 118 Typing 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: