Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Espaces de nommage | |
namespace | 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')) | |
$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') |
endforeach |
foreach($this->items as $i=> $item) |