diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-04-18 21:12:22 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-04-18 21:12:22 +0200 |
commit | 5e63cd6fa56b2ab48ef048f58f8e0f5f374ac9b7 (patch) | |
tree | 3d2d61cc773834783a5f4e2d031da13dbf934fdd /application | |
parent | 0f2211711deceb74157d6811116acc0376d3157d (diff) | |
parent | 43481d0be0f508feadd6ef51403236606fb23cc6 (diff) |
Merge pull request #1263 from timw4mail/patch
Updated database config file
Diffstat (limited to 'application')
-rw-r--r-- | application/config/database.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php index 8c06dd2e6..f08d88761 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 |