Show
Ignore:
Timestamp:
02/28/2008 09:49:37 PM (9 months ago)
Author:
zombor
Message:

Need new config too

Files:
1 modified

Legend:

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

    r2053 r2194  
    1818 *  object        - Enable or disable object results 
    1919 *  cache         - Enable or disable query caching 
     20 *      escape        - Enable automatic query builder escaping 
    2021 */ 
    2122$config['default'] = array 
     
    2728        'table_prefix'  => '', 
    2829        'object'        => TRUE, 
    29         'cache'         => FALSE 
     30        'cache'         => FALSE, 
     31        'escape'        => TRUE 
    3032);