|
XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
| 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 110 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 100 of file functions.config.php.
References $dirname, and Xoops\Core\Cache\Legacy\delete().
Referenced by mod_clearConfg().


| mod_fetchConfg | ( | $dirname = "" | ) |
Definition at line 88 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 65 of file functions.config.php.
References $config_handler, $configs, $criteria, $dirname, $i, $module, $xoops, and Xoops\getInstance().
Referenced by mod_fetchConfg(), and mod_loadConfig().


| mod_loadConfg | ( | $dirname = "" | ) |
| string | $dirname |
Definition at line 54 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 23 of file functions.config.php.
References $dirname, $xoops, XoopsBaseConfig\get(), Xoops\getInstance(), mod_fetchConfig(), Xoops\Core\Cache\Legacy\read(), and Xoops\Core\Cache\Legacy\write().
Referenced by mod_loadConfg().


| endif |
Definition at line 115 of file functions.config.php.