Procedural File: defines.php
Source Location: /modules/xbs_cdm/include/defines.php
Page Details:
Constant definitions that are programming specific rather than module or language specific
Tags:
CDM_DEF_LANG [line 169]
CDM_DEF_SET [line 174]
CDM_DIR [line 50]
CDM_OBJTYPE_BIG [line 130]
CDM_OBJTYPE_CHR [line 134]
CDM_OBJTYPE_INT [line 126]
CDM_OBJTYPE_VAR [line 138]
CDM_PATH [line 98]
CDM_RSTAT_ACT [line 110]
CDM_RSTAT_DEF [line 114]
CDM_RSTAT_SUS [line 118]
CDM_TBL_CODE [line 147]
CDM_TBL_LIST [line 155]
CDM_TBL_META [line 151]
CDM_URL [line 102]
getCDMModConfigs [line 63]
array getCDMModConfigs(
)
|
|
Function: Get the current module's configuration options Because CDM can be nested inside other modules the $xoopsModuleConfig variable will be pointing to whatever module is currently in scope We therefore need to retrieve the CDM options
Tags:
|