From 6dfa713d204056d42027b54e851785646d00355a Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 20 Oct 2006 05:01:30 +0000 Subject: --- system/application/config/database.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system') diff --git a/system/application/config/database.php b/system/application/config/database.php index 8a1822e90..082e34a05 100644 --- a/system/application/config/database.php +++ b/system/application/config/database.php @@ -23,6 +23,8 @@ | ['pconnect'] TRUE/FALSE - Whether to use a persistent connection | ['db_debug'] TRUE/FALSE - Whether database errors should be displayed. | ['active_r'] TRUE/FALSE - Whether to load the active record class +| ['cache_on'] TRUE/FALSE - Enables/disables query caching +| ['cachedir'] The path to the folder where cache files should be stored | | The $active_group variable lets you choose which connection group to | make active. By default there is only one group (the "default" group). -- cgit v1.2.3-24-g4f1b