summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-07-05 10:21:58 +0200
committerAndrey Andreev <narf@bofh.bg>2012-07-05 10:21:58 +0200
commit26086874ebb5425a38e879018f9a654182f93b40 (patch)
treea3ced1ded276b1cd0f9116f753cdd8b3be59e022 /application
parent75546118c628fc17ba2f1ef97442760a701aa8e8 (diff)
Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function prefix
Diffstat (limited to 'application')
-rw-r--r--application/config/database.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/config/database.php b/application/config/database.php
index cb6ebad10..bb0d87be0 100644
--- a/application/config/database.php
+++ b/application/config/database.php
@@ -42,8 +42,9 @@
| ['username'] The username used to connect to the database
| ['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:
-| cubrid, interbase, mssql, mysql, mysqli, oci8,
+| ['dbdriver'] The database driver. e.g.: mysqli.
+ Currently supported:
+| cubrid, ibase, 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 Query Builder class