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 | |
$input = JFactory::getApplication()->input | |
$cMax = $this->state->get('params')->get('upload_limit') | |
$maxSize = JHtml::_('number.bytes', JUtility::getMaxUploadSize($cMax . 'MB')) | |
endif | |
$cMax = $this->state->get('params')->get('upload_limit') |
$input = JFactory::getApplication()->input |
$maxSize = JHtml::_('number.bytes', JUtility::getMaxUploadSize($cMax . 'MB')) |
endif |