From abb456abf0108fd429960a2c547df3385bc27b18 Mon Sep 17 00:00:00 2001 From: purwandi Date: Fri, 7 Oct 2011 09:52:46 +0700 Subject: Adding "array" on Database Configuration --- user_guide_src/source/database/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src') diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index da9cfa2fb..687f0d920 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -114,7 +114,7 @@ Explanation of Values: the connection will take place prior to executing the first query. **stricton** TRUE/FALSE (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL while developing an application. -**port** The database port number. To use this value you have to add a line to the database config +**port** The database port number. To use this value you have to add a line to the database config array. :: $db['default']['port'] = 5432; ====================== ================================================================================================== -- cgit v1.2.3-24-g4f1b