summaryrefslogtreecommitdiffstats
path: root/system/application
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-04-20 19:49:09 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-04-20 19:49:09 +0200
commit6b397a8bf28d2bf01b43ae393f853a853410cd57 (patch)
treef2b7a987340d37efc8b65ecaedb20896a08cb2ce /system/application
parentc17c556d6bb7906c8add5fea95d6656b8cb87262 (diff)
noted 2 additional database types in db config
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/config/database.php b/system/application/config/database.php
index 0d0e08e22..6973c5afa 100644
--- a/system/application/config/database.php
+++ b/system/application/config/database.php
@@ -17,7 +17,7 @@
| ['password'] The password used to connect to the database
| ['database'] The name of the database you want to connect to
| ['dbdriver'] The database type. ie: mysql. Currently supported:
- mysql, mysqli, postgre, odbc, mssql
+ mysql, mysqli, postgre, odbc, mssql, sqlite, oci8
| ['dbprefix'] You can add an optional prefix, which will be added
| to the table name when using the Active Record class
| ['pconnect'] TRUE/FALSE - Whether to use a persistent connection