Changeset 19876
- Timestamp:
- 07/04/09 21:34:02 (9 months ago)
- Files:
-
- doc/branches/1.2/jobeet/en/03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.2/jobeet/en/03.txt
r19269 r19876 302 302 >Feel free to choose another ~database engine|Database Engine~ if you want. It 303 303 >won't be difficult to adapt the code we will write as we will use the ORM will 304 >write the SQL for us. 304 >write the SQL for us. If you are using a different database NOW, make sure to 305 >change the 'propel.database', 'propel.database.driver', 'propel.database.url' 306 >settings in the config/propel.ini file using a DSN from the [PHP PDO driver 307 >extension](http://www.php.net/manual/pdo.drivers.php) as well as the location 308 >in config/databases.yml. 305 309 306 310 We need to tell symfony to use this database for the Jobeet project:

