XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
functions.config.php File Reference

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
 

Function Documentation

mod_clearConfg (   $dirname = "")

Definition at line 107 of file functions.config.php.

References $dirname, and mod_clearConfig().

Here is the call graph for this function:

mod_clearConfig (   $dirname = "")

clear config cache of a module

Parameters
string$dirnamemodule dirname
Returns
bool

Definition at line 97 of file functions.config.php.

References $dirname, XoopsCache\delete(), and xoops_load().

Referenced by mod_clearConfg().

Here is the call graph for this function:

Here is the caller graph for this function:

mod_fetchConfg (   $dirname = "")

Definition at line 85 of file functions.config.php.

References $dirname, and mod_fetchConfig().

Here is the call graph for this function:

mod_fetchConfig (   $dirname = "")

Fetch configs of a module from database

Parameters
string$dirnamemodule dirname
Returns
array

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().

Here is the call graph for this function:

Here is the caller graph for this function:

mod_loadConfg (   $dirname = "")

Definition at line 50 of file functions.config.php.

References $dirname, and mod_loadConfig().

Here is the call graph for this function:

mod_loadConfig (   $dirname = "")

Load configs of a module

Parameters
string$dirnamemodule dirname
Returns
array

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().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

endif

Definition at line 112 of file functions.config.php.