Changeset 4539

Show
Ignore:
Timestamp:
06/21/08 14:14:20 (13 months ago)
Author:
moksahero
Message:

fixed English typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/manual/docs/en/getting-started/generating-models.txt

    r4159 r4539  
    33section. 
    44  
    5 Here is a simple example of how to generate your models from yaml schema files. 
     5Here is a simple example of how to generate your models from YAML schema files. 
    66 
    77Create a schema_files/user.yml and place the following yaml in the file 
     
    1313    password: string(255) 
    1414</code> 
    15  
    16 Now we need can use a little script to generate the Doctrine_Record definition. 
     15Now we can use a little script to generate the Doctrine_Record definition. 
    1716<code type="php"> 
    1817require_once('/path/to/Doctrine.php');