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 | |
if(!empty( $this->sidebar)) | else |
else | __pad26__ |
$panelName = JText::plural('COM_INSTALLER_MSG_N_DATABASE_ERROR_PANEL', $this->errorCount) | |
endif | |
foreach($this->errors as $line=> $error) | $msgs = $error->msgElements |
$file = basename($error->file) | |
$msg0 = isset($msgs[0]) ? $msgs[0] : ' ' | |
$msg1 = isset($msgs[1]) ? $msgs[1] : ' ' | |
$msg2 = isset($msgs[2]) ? $msgs[2] : ' ' | |
$message = JText::sprintf($key, $file, $msg0, $msg1, $msg2) | |
endforeach | |
$file = basename($error->file) |
$message = JText::sprintf($key, $file, $msg0, $msg1, $msg2) |
$msg0 = isset($msgs[0]) ? $msgs[0] : ' ' |
$msg1 = isset($msgs[1]) ? $msgs[1] : ' ' |
$msg2 = isset($msgs[2]) ? $msgs[2] : ' ' |
foreach ( $this->errors as $line=> $error) $msgs = $error->msgElements |
$panelName = JText::plural('COM_INSTALLER_MSG_N_DATABASE_ERROR_PANEL', $this->errorCount) |
else __pad26__ |
if (!empty($this->sidebar)) else |
endforeach |
endif |