diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-17 15:17:40 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-17 15:17:40 +0200 |
commit | 43481d0be0f508feadd6ef51403236606fb23cc6 (patch) | |
tree | 3d2d61cc773834783a5f4e2d031da13dbf934fdd /application/config/database.php | |
parent | eafad45b9fbd37f42058366ca7bd17d6bb848ed8 (diff) |
minor style fix
Diffstat (limited to 'application/config/database.php')
-rw-r--r-- | application/config/database.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/database.php b/application/config/database.php index 59b223896..f08d88761 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -43,8 +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: - cubrid, interbase, mssql, mysql, mysqli, oci8, odbc, - pdo, postgre, sqlite, sqlite3, sqlsrv +| 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 |