diff options
author | vlakoff <vlakoff@gmail.com> | 2015-01-21 23:39:36 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-23 11:11:02 +0100 |
commit | 8f11e50b0812c67f8a288292d5aeb013c77d9af2 (patch) | |
tree | 6b1d1fe1ad32bc84b1c8579e3cd73ebf3a849fa6 /user_guide_src/source/database | |
parent | 58bed5ad4e6d14c5757c5d40e74aa567e07a13b0 (diff) |
Fix unrecognized :doc: link
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r-- | user_guide_src/source/database/configuration.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index 9f52ad2a2..074725664 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -165,9 +165,9 @@ Explanation of Values: **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: mysqli, postgre, odbc, etc. Must be specified in lower case. -**dbprefix** An optional table prefix which will added to the table name when running :doc: - `Query Builder <query_builder>` queries. This permits multiple CodeIgniter installations - to share one database. +**dbprefix** An optional table prefix which will added to the table name when running + :doc:`Query Builder <query_builder>` 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. **cache_on** TRUE/FALSE (boolean) - Whether database query caching is enabled, |