XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | Frameworks |
Functions | |
mod_clearConfg ($dirname="") | |
mod_clearConfig ($dirname="") | |
mod_fetchConfg ($dirname="") | |
mod_fetchConfig ($dirname="") | |
mod_loadConfg ($dirname="") | |
mod_loadConfig ($dirname="") | |
Variables | |
endif | |
mod_clearConfg | ( | $dirname = "" | ) |
Definition at line 107 of file functions.config.php.
References $dirname, and mod_clearConfig().
mod_clearConfig | ( | $dirname = "" | ) |
clear config cache of a module
string | $dirname | module dirname |
Definition at line 97 of file functions.config.php.
References $dirname, XoopsCache\delete(), and xoops_load().
Referenced by mod_clearConfg().
mod_fetchConfg | ( | $dirname = "" | ) |
Definition at line 85 of file functions.config.php.
References $dirname, and mod_fetchConfig().
mod_fetchConfig | ( | $dirname = "" | ) |
Fetch configs of a module from database
string | $dirname | module dirname |
Definition at line 62 of file functions.config.php.
References $config_handler, $configs, $criteria, $dirname, $i, $module, $module_handler, and xoops_gethandler().
Referenced by mod_fetchConfg(), and mod_loadConfig().
mod_loadConfg | ( | $dirname = "" | ) |
Definition at line 50 of file functions.config.php.
References $dirname, and mod_loadConfig().
mod_loadConfig | ( | $dirname = "" | ) |
Load configs of a module
string | $dirname | module dirname |
Definition at line 24 of file functions.config.php.
References $dirname, $GLOBALS, mod_fetchConfig(), XoopsCache\read(), XoopsCache\write(), and xoops_load().
Referenced by mod_loadConfg().
endif |
Definition at line 112 of file functions.config.php.