summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-17 15:15:05 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-17 15:15:05 +0200
commiteafad45b9fbd37f42058366ca7bd17d6bb848ed8 (patch)
tree442b617a45d558918ef69d47f4e49b6ee5bd3f44
parent0f2211711deceb74157d6811116acc0376d3157d (diff)
Updated supported database driver list
-rw-r--r--application/config/database.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php
index 8c06dd2e6..59b223896 100644
--- a/application/config/database.php
+++ b/application/config/database.php
@@ -43,7 +43,8 @@
| ['password'] The password used to connect to the database
| ['database'] The name of the database you want to connect to
| ['dbdriver'] The database type. e.g.: mysql. Currently supported:
- mysql, mysqli, pdo, postgre, odbc, mssql, sqlite, oci8
+ cubrid, interbase, mssql, mysql, mysqli, oci8, odbc,
+ pdo, postgre, sqlite, sqlite3, sqlsrv
| ['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