From 8597ca78541b49526da50ca5a2f2ca8bcdba9f8f Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 25 Mar 2008 18:19:59 +0000 Subject: doc typos and fixes --- user_guide/database/configuration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/database') diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html index 7908c2d62..a6da7e196 100644 --- a/user_guide/database/configuration.html +++ b/user_guide/database/configuration.html @@ -121,7 +121,7 @@ for the primary connection, but it too can be renamed to something more relevant
  • 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, postgre, obdc, etc. Must be specified in lower case.
  • +
  • dbdriver - The database type. ie: mysql, postgre, odcc, etc. Must be specified in lower case.
  • dbprefix - An optional table prefix which will added to the table name when running Active Record queries. This permits multiple CodeIgniter installations to share one database.
  • pconnect - TRUE/FALSE (boolean) - Whether to use a persistent connection.
  • db_debug - TRUE/FALSE (boolean) - Whether database errors should be displayed.
  • -- cgit v1.2.3-24-g4f1b