Changeset 19393
- Timestamp:
- 06/18/09 19:45:30 (9 months ago)
- Files:
-
- doc/branches/1.0/tutorial/my-first-project.txt (modified) (1 diff)
- doc/branches/1.1/tutorial/my-first-project.txt (modified) (1 diff)
- doc/branches/1.2/tutorial/my-first-project.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/tutorial/my-first-project.txt
r19318 r19393 72 72 $ php symfony propel-build-model 73 73 74 >**Note**: Make sure to be at the root of your project (`sf_sandbox/`) when you call the `symfony` command. 74 >**Note**: Make sure your command line folder is set to the root of your project 75 >(`sf_sandbox/`) when you call the `symfony` command. 76 > 77 >If you receive the error 'Could not perform XLST transformation', 78 >check that you have the php_xsl extension enabled in your php.ini file. 75 79 76 80 A few classes are created in the `sf_sandbox/lib/model/` directory. These are the classes of the object-relational mapping, who allow us to have access to a relational database from within an object-oriented code without writing a single SQL query. Symfony uses the Propel library for this purpose. We will call theses objects the **model** (find more in the [model chapter](http://www.symfony-project.org/book/1_0/08-Inside-the-Model-Layer)). doc/branches/1.1/tutorial/my-first-project.txt
r18585 r19393 93 93 >**Note**: Make sure your command line folder is set to the root of your project 94 94 >(`sf_sandbox/`) when you call the `symfony` command. 95 > 96 >If you receive the error 'Could not perform XLST transformation', 97 >check that you have the php_xsl extension enabled in your php.ini file. 95 98 96 99 A few classes are created in the `sf_sandbox/lib/model/` directory. These are the doc/branches/1.2/tutorial/my-first-project.txt
r18586 r19393 93 93 >**Note**: Make sure your command line folder is set to the root of your project 94 94 >(`sf_sandbox/`) when you call the `symfony` command. 95 > 96 >If you receive the error 'Could not perform XLST transformation', 97 >check that you have the php_xsl extension enabled in your php.ini file. 95 98 96 99 A few classes are created in the `sf_sandbox/lib/model/` directory. These are the

