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\Administrator | |
Variables | |
$user = JFactory::getUser() | |
$userId = $user->get('id') | |
$listOrder = $this->escape($this->state->get('list.ordering')) | |
$listDirn = $this->escape($this->state->get('list.direction')) | |
if(!empty( $this->sidebar)) | else |
$category = $this->state->get('filter.category_id') | |
foreach ( $this->items as $i=> $item) | |
endforeach | |
$category = $this->state->get('filter.category_id') |
$listDirn = $this->escape($this->state->get('list.direction')) |
$listOrder = $this->escape($this->state->get('list.ordering')) |
$user = JFactory::getUser() |
$userId = $user->get('id') |
if (!empty($this->sidebar)) else |
endforeach |