Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Nov 4, 2012
1 parent 1d97465 commit 4317849
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions user_guide_src/source/general/common_functions.rst
Expand Up @@ -46,10 +46,14 @@ recommended on platforms where this information may be unreliable.
config_item('item_key')
=======================

The :doc:`Config library <../libraries/config>` is the preferred way of
accessing configuration information, however config_item() can be used
to retrieve single keys. See Config library documentation for more
information.
The :doc:`Config Library <../libraries/config>` is the preferred way of
accessing configuration information, however ``config_item()`` can be used
to retrieve single keys. See :doc:`Config Library <../libraries/config>`
documentation for more information.

.. important:: This function only returns values set in your configuration
files. It does not take into account config values that are
dynamically set at runtime.

show_error('message'), show_404('page'), log_message('level', 'message')
========================================================================
Expand Down

0 comments on commit 4317849

Please sign in to comment.