summaryrefslogtreecommitdiffstats
path: root/system/application/config
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-20 07:01:30 +0200
committeradmin <devnull@localhost>2006-10-20 07:01:30 +0200
commit6dfa713d204056d42027b54e851785646d00355a (patch)
tree20d3305e688142bfbde352d73a5fec371174ffaf /system/application/config
parentfe9754ca6af8c6242c7d2761047eb409af354930 (diff)
Diffstat (limited to 'system/application/config')
-rw-r--r--system/application/config/database.php2
1 files changed, 2 insertions, 0 deletions
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).