From 4d77d88d977732f71c0a3f004d50adbd82436716 Mon Sep 17 00:00:00 2001 From: mrw Date: Sat, 24 Dec 2011 02:37:34 -0500 Subject: Changes "ie" to "e.g." The instruction is followed by an example database type, not a clarification of what database types in general are, so it should use "e.g." --- application/config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b