diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-04 18:24:10 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-04 18:24:10 +0200 |
commit | 12a1747148175f9cfeb01f99ede42d5039f667e5 (patch) | |
tree | 4ddbfbb8871c0ab02674da66086b20da8377e247 /application/config/database.php | |
parent | 8706a5dd93d7740c30660727b99b554e00b0565b (diff) | |
parent | 3fdb613ee7c1968435edb81dcb9a59f42be6de6e (diff) |
Merge pull request #282 from timw4mail/develop
PDO driver for Database class.
Diffstat (limited to 'application/config/database.php')
-rw-r--r-- | application/config/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php index b4b34bf66..5a84a471a 100644 --- a/application/config/database.php +++ b/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, sqlite, oci8 + mysql, mysqli, pdo, 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 |