diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-08-23 18:29:29 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-08-23 18:29:29 +0200 |
commit | ab347586ef289e960ab7cfad32574e526cdcce0b (patch) | |
tree | 7c4c7e3b8a7b76c5aa836f59c38c1ad3978dc2a3 /application | |
parent | 80ab8160e82c4b87d53916a3920d85a7e689c7e4 (diff) |
Got PDO working
Diffstat (limited to 'application')
-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 |