Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$input = JFactory::getApplication()->input | |
$mode = $params->get('mode', 'normal') | |
$idbase = null | |
switch($mode) | $cacheid = md5(serialize(array ($idbase, $module->module, $module->id))) |
$cacheparams = new stdClass | |
$cacheparams | cachemode = 'id' |
$cacheparams | method = 'getList' |
$cacheparams | methodparams = $params |
$cacheparams | modeparams = $cacheid |
$list = JModuleHelper::moduleCache($module, $params, $cacheparams) | |
switch ( $mode) $cacheid = md5(serialize(array ($idbase, $module->module, $module->id))) |
$cacheparams = new stdClass |
$idbase = null |
$input = JFactory::getApplication()->input |
$list = JModuleHelper::moduleCache($module, $params, $cacheparams) |
$mode = $params->get('mode', 'normal') |
$cacheparams cachemode = 'id' |
$cacheparams method = 'getList' |
$cacheparams methodparams = $params |
$cacheparams modeparams = $cacheid |