Changeset 658 for trunk/application/config/database.php
- Timestamp:
- 10/05/2007 01:15:08 AM (14 months ago)
- Files:
-
- 1 modified
-
trunk/application/config/database.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/config/database.php
r647 r658 10 10 * 11 11 * @param boolean show_errors - Enable or disable database exceptions 12 * @param boolean benchmark - Enable or disable database benchmarking 12 13 * @param boolean persistent - Enable or disable a persistent connection 13 14 * @param string connection - DSN identifier: driver://user:password@server/database … … 20 21 ( 21 22 'show_errors' => TRUE, 23 'benchmark' => TRUE, 22 24 'persistent' => FALSE, 23 25 'connection' => 'mysql://dbuser:secret@localhost/kohana',
