Updated documentation

This commit is contained in:
William DURAND 2011-02-23 16:32:48 +01:00
parent a5b87639a0
commit 633f3e3caf
2 changed files with 32 additions and 30 deletions

31
README
View file

@ -66,26 +66,27 @@ Sample Configuration
### Project configuration ### Project configuration
# in app/config/config.yml # in app/config/config.yml
propel.config: propel:
path: "%kernel.root_dir%/../vendor/propel" path: "%kernel.root_dir%/../vendor/propel"
phing_path: "%kernel.root_dir%/../vendor/phing" phing_path: "%kernel.root_dir%/../vendor/phing"
# charset: "UTF8" # charset: "UTF8"
# in app/config/config*.yml # in app/config/config*.yml
propel.dbal: propel:
driver: mysql dbal:
user: root driver: mysql
password: null user: root
dsn: mysql:host=localhost;dbname=test password: null
options: {} dsn: mysql:host=localhost;dbname=test
# default_connection: default options: {}
# connections: # default_connection: default
# default: # connections:
# driver: mysql # default:
# user: root # driver: mysql
# password: null # user: root
# dsn: mysql:host=localhost;dbname=test # password: null
# options: {} # dsn: mysql:host=localhost;dbname=test
# options: {}
### Sample Schema ### Sample Schema

View file

@ -66,26 +66,27 @@ Sample Configuration
### Project configuration ### Project configuration
# in app/config/config.yml # in app/config/config.yml
propel.config: propel:
path: "%kernel.root_dir%/../vendor/propel" path: "%kernel.root_dir%/../vendor/propel"
phing_path: "%kernel.root_dir%/../vendor/phing" phing_path: "%kernel.root_dir%/../vendor/phing"
# charset: "UTF8" # charset: "UTF8"
# in app/config/config*.yml # in app/config/config*.yml
propel.dbal: propel:
driver: mysql dbal:
user: root driver: mysql
password: null user: root
dsn: mysql:host=localhost;dbname=test password: null
options: {} dsn: mysql:host=localhost;dbname=test
# default_connection: default options: {}
# connections: # default_connection: default
# default: # connections:
# driver: mysql # default:
# user: root # driver: mysql
# password: null # user: root
# dsn: mysql:host=localhost;dbname=test # password: null
# options: {} # dsn: mysql:host=localhost;dbname=test
# options: {}
### Sample Schema ### Sample Schema