Changeset 4539
- Timestamp:
- 06/21/08 14:14:20 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/manual/docs/en/getting-started/generating-models.txt
r4159 r4539 3 3 section. 4 4 5 Here is a simple example of how to generate your models from yamlschema files.5 Here is a simple example of how to generate your models from YAML schema files. 6 6 7 7 Create a schema_files/user.yml and place the following yaml in the file … … 13 13 password: string(255) 14 14 </code> 15 16 Now we need can use a little script to generate the Doctrine_Record definition. 15 Now we can use a little script to generate the Doctrine_Record definition. 17 16 <code type="php"> 18 17 require_once('/path/to/Doctrine.php');