From 37e2924d5ea700fa3a6d9481a911828348ad9b20 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Thu, 8 Sep 2011 09:41:11 +0200 Subject: [PATCH] Updated documentation --- README.markdown | 19 +++++++++++++------ Resources/doc/README | 19 +++++++++++++------ Resources/doc/README.markdown | 19 +++++++++++++------ 3 files changed, 39 insertions(+), 18 deletions(-) diff --git a/README.markdown b/README.markdown index eb2bfdd..8c9a64f 100644 --- a/README.markdown +++ b/README.markdown @@ -91,14 +91,21 @@ propel: # default_connection: default # connections: # default: -# driver: mysql -# user: root -# password: null -# dsn: mysql:host=localhost;dbname=test -# options: {} -# attributes: {} +# driver: mysql +# user: root +# password: null +# dsn: mysql:host=localhost;dbname=test +# options: +# ATTR_PERSISTENT: false +# attributes: +# ATTR_EMULATE_PREPARES: true +# settings: +# charset: { value: UTF8 } +# queries: { query: 'INSERT INTO BAR ('hey', 'there')' } ``` +`options`, `attributes` and `settings` are parts of the runtime configuration. See [Runtime Configuration File](http://propelorm.github.com/propel-docs/reference/runtime-configuration.html) documentation for more explanation. + ### Build properties diff --git a/Resources/doc/README b/Resources/doc/README index eb2bfdd..8c9a64f 100644 --- a/Resources/doc/README +++ b/Resources/doc/README @@ -91,14 +91,21 @@ propel: # default_connection: default # connections: # default: -# driver: mysql -# user: root -# password: null -# dsn: mysql:host=localhost;dbname=test -# options: {} -# attributes: {} +# driver: mysql +# user: root +# password: null +# dsn: mysql:host=localhost;dbname=test +# options: +# ATTR_PERSISTENT: false +# attributes: +# ATTR_EMULATE_PREPARES: true +# settings: +# charset: { value: UTF8 } +# queries: { query: 'INSERT INTO BAR ('hey', 'there')' } ``` +`options`, `attributes` and `settings` are parts of the runtime configuration. See [Runtime Configuration File](http://propelorm.github.com/propel-docs/reference/runtime-configuration.html) documentation for more explanation. + ### Build properties diff --git a/Resources/doc/README.markdown b/Resources/doc/README.markdown index eb2bfdd..8c9a64f 100644 --- a/Resources/doc/README.markdown +++ b/Resources/doc/README.markdown @@ -91,14 +91,21 @@ propel: # default_connection: default # connections: # default: -# driver: mysql -# user: root -# password: null -# dsn: mysql:host=localhost;dbname=test -# options: {} -# attributes: {} +# driver: mysql +# user: root +# password: null +# dsn: mysql:host=localhost;dbname=test +# options: +# ATTR_PERSISTENT: false +# attributes: +# ATTR_EMULATE_PREPARES: true +# settings: +# charset: { value: UTF8 } +# queries: { query: 'INSERT INTO BAR ('hey', 'there')' } ``` +`options`, `attributes` and `settings` are parts of the runtime configuration. See [Runtime Configuration File](http://propelorm.github.com/propel-docs/reference/runtime-configuration.html) documentation for more explanation. + ### Build properties