From 35683d6584628220510d964da0015f9f98af34dc Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 16 Jan 2008 21:22:03 +0000 Subject: added char_set and dbcollat to the code comments --- 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 1ee0c4bb4..59b973981 100644 --- a/system/application/config/database.php +++ b/system/application/config/database.php @@ -25,6 +25,8 @@ | ['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 +| ['char_set'] The character set used in communicating with the database +| ['dbcollat'] The character collation used in communicating with the database | | 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