Go to the source code of this file.
Namespaces | |
namespace | TYPO3 |
Classes | |
class | t3lib_superadmin |
Enumerations | |
enum | TYPO3_mainDir |
Functions | |
debug ($p1, $p2='') | |
Debug function. | |
Variables | |
$TYPO3_DB = t3lib_div::makeInstance('t3lib_DB') |
|
Definition at line 103 of file class.t3lib_superadmin.php. |
|
Debug function. Substitute since no config_default.php file is included anywhere
Definition at line 119 of file class.t3lib_superadmin.php. References debug(). Referenced by tslib_fe::getFromCache(), TSpagegen::pagegenInit(), tslib_menu::start(), stdWrap(), user_IProcFuncTest(), and user_keepRolloverAtOnClick(). 00119 { 00120 t3lib_div::debug($p1,$p2); 00121 }
|
|
Definition at line 109 of file class.t3lib_superadmin.php. |