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 | |
$app = JFactory::getApplication() | |
$input = $app->input | |
$saveHistory = $this->state->get('params')->get('save_history', 0) | |
$assoc = JLanguageAssociations::isEnabled() | |
$fieldSets = $this->form->getFieldsets() | |
endif | |
foreach ( $this->form->getFieldset( $name) as $field) | |
endforeach | |
$app = JFactory::getApplication() |
$assoc = JLanguageAssociations::isEnabled() |
$fieldSets = $this->form->getFieldsets() |
$input = $app->input |
$saveHistory = $this->state->get('params')->get('save_history', 0) |
endif endforeach |
endif |
foreach($this->form->getFieldset($name) as $field) |