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 | |
$function = JRequest::getCmd('function', 'jSelectPosition') | |
$lang = JFactory::getLanguage() | |
$ordering = $this->escape($this->state->get('list.ordering')) | |
$direction = $this->escape($this->state->get('list.direction')) | |
$clientId = $this->state->get('filter.client_id') | |
$state = $this->state->get('filter.state') | |
$template = $this->state->get('filter.template') | |
$type = $this->state->get('filter.type') | |
$i = 1 | |
foreach ($this->items as $value=> $templates) | |
endforeach | |
endif |
$clientId = $this->state->get('filter.client_id') |
$direction = $this->escape($this->state->get('list.direction')) |
$function = JRequest::getCmd('function', 'jSelectPosition') |
$i = 1 |
$lang = JFactory::getLanguage() |
$ordering = $this->escape($this->state->get('list.ordering')) |
$state = $this->state->get('filter.state') |
$template = $this->state->get('filter.template') |
$type = $this->state->get('filter.type') |
endforeach |
endif |
foreach($this->items as $value=> $templates) |