summaryrefslogtreecommitdiffstats
path: root/application/config
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2011-08-23 18:29:29 +0200
committerTimothy Warren <tim@timshomepage.net>2011-08-23 18:29:29 +0200
commitab347586ef289e960ab7cfad32574e526cdcce0b (patch)
tree7c4c7e3b8a7b76c5aa836f59c38c1ad3978dc2a3 /application/config
parent80ab8160e82c4b87d53916a3920d85a7e689c7e4 (diff)
Got PDO working
Diffstat (limited to 'application/config')
-rw-r--r--application/config/database.php2
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