API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence du fichier libraries/joomla/error/error.php

Classes

Espaces de nommage

Énumérations

Variables


Documentation du type de l'énumération


Documentation des variables

$GLOBALS['_JERROR_STACK'] = array()
$GLOBALS['_JERROR_HANDLERS']
Valeur initiale :
 array(
        E_NOTICE        => array( 'mode' => 'message' ),
        E_WARNING       => array( 'mode' => 'message' ),
        E_ERROR         => array( 'mode' => 'callback', 'options' => array('JError','customErrorPage') )
)
$GLOBALS['_JERROR_LEVELS']
Valeur initiale :
 array(
        E_NOTICE        => 'Notice',
        E_WARNING       => 'Warning',
        E_ERROR         => 'Error'
)