summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database/configuration.rst
diff options
context:
space:
mode:
authorpurwandi <free6300@gmail.com>2011-10-07 04:52:46 +0200
committerpurwandi <free6300@gmail.com>2011-10-07 04:52:46 +0200
commitabb456abf0108fd429960a2c547df3385bc27b18 (patch)
tree5d870801045700309e1af4e978de507513abe134 /user_guide_src/source/database/configuration.rst
parent3eed88c91c5605e51548494f1a4cd005196282f6 (diff)
Adding "array" on Database Configuration
Diffstat (limited to 'user_guide_src/source/database/configuration.rst')
-rw-r--r--user_guide_src/source/database/configuration.rst2
1 files changed, 1 insertions, 1 deletions
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;
====================== ==================================================================================================