diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-21 08:17:10 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-21 08:17:10 -0500 |
commit | 68529e868e700f56a293d9ad160ebaf15fa7675e (patch) | |
tree | 305c19a838c63f39a6db85c608b3b6280c29ef7e /engine | |
parent | d763c882515595e8695e8b4d69b6068a0fd2ec18 (diff) | |
download | elgg-68529e868e700f56a293d9ad160ebaf15fa7675e.tar.gz elgg-68529e868e700f56a293d9ad160ebaf15fa7675e.tar.bz2 |
updated documentation of configuration lib
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/configuration.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/lib/configuration.php b/engine/lib/configuration.php index 3fade8155..12ca665bf 100644 --- a/engine/lib/configuration.php +++ b/engine/lib/configuration.php @@ -3,8 +3,9 @@ * Elgg configuration procedural code. * * Includes functions for manipulating the configuration values stored in the database - * Plugin authors should use the {@link get_config()}, {@link set_config()}, - * and {@unset_config()} functions to access or update config values. + * Plugin authors should use the {@link elgg_get_config()}, {@link elgg_set_config()}, + * {@link elgg_save_config()}, and {@unset_config()} functions to access or update + * config values. * * Elgg's configuration is split among 2 tables and 1 file: * - dbprefix_config |