Show
Ignore:
Timestamp:
10/05/2007 01:15:08 AM (14 months ago)
Author:
Shadowhand
Message:

Cleaned up Profiler and related files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/config/database.php

    r647 r658  
    1010 * 
    1111 * @param boolean show_errors   - Enable or disable database exceptions 
     12 * @param boolean benchmark     - Enable or disable database benchmarking 
    1213 * @param boolean persistent    - Enable or disable a persistent connection 
    1314 * @param string  connection    - DSN identifier: driver://user:password@server/database 
     
    2021( 
    2122        'show_errors'   => TRUE, 
     23        'benchmark'     => TRUE, 
    2224        'persistent'    => FALSE, 
    2325        'connection'    => 'mysql://dbuser:secret@localhost/kohana',