diff options
author | Greg Aker <greg@gregaker.net> | 2011-12-25 04:14:55 +0100 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-12-25 04:14:55 +0100 |
commit | cb4db9b1af0247ba195ef872b155626fd6fe429c (patch) | |
tree | 22b302bc3f20a8a84a3d3a06b090617b1adf52cf /application/config/database.php | |
parent | af1a9bf2907754f7ab6af1b182c89b63ce7f8d25 (diff) | |
parent | 4d77d88d977732f71c0a3f004d50adbd82436716 (diff) |
Merge pull request #816 from mrw/patch-1
Changes "ie" to "e.g."
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 58eec4b30..880773d80 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -41,7 +41,7 @@ | ['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. ie: mysql. Currently supported: +| ['dbdriver'] The database type. e.g.: mysql. Currently supported: 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 |