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 | |
$uri = JFactory::getUri() | |
$return = base64_encode($uri) | |
$user = JFactory::getUser() | |
$userId = $user->get('id') | |
$listOrder = $this->escape($this->state->get('list.ordering')) | |
$listDirn = $this->escape($this->state->get('list.direction')) | |
$canEdit = $user->authorise('core.edit', 'com_menus') | |
$canChange = $user->authorise('core.edit.state', 'com_menus') | |
else | __pad33__ |
endif | |
endforeach |
$canChange = $user->authorise('core.edit.state', 'com_menus') |
$canEdit = $user->authorise('core.edit', 'com_menus') |
$listDirn = $this->escape($this->state->get('list.direction')) |
$listOrder = $this->escape($this->state->get('list.ordering')) |
$return = base64_encode($uri) |
$uri = JFactory::getUri() |
$user = JFactory::getUser() |
$userId = $user->get('id') |
else __pad33__ |
endforeach |
endif |