Go to the source code of this file.
Enumerations | |
| enum | TYPO3_version |
| enum | TYPO3_db |
| enum | TYPO3_db_username |
| enum | TYPO3_db_password |
| enum | TYPO3_db_host |
| enum | TYPO3_tables_script |
| enum | TYPO3_extTableDef_script |
| enum | TYPO3_languages |
| enum | TYPO3_DLOG |
Functions | |
| debug ($variable='', $name='*variable *', $line='*line *', $file='*file *', $recursiveDepth=3, $debugLevel=E_DEBUG) | |
| debugBegin () | |
| debugEnd () | |
Variables | |
| $TYPO3_CONF_VARS | |
| $T3_VAR = array() | |
| $TYPO_VERSION = '3.7.0-dev' | |
| $typo_db = '' | |
| $typo_db_username = '' | |
| $typo_db_password = '' | |
| $typo_db_host = '' | |
| $typo_db_tables_script = '' | |
| $typo_db_extTableDef_script = '' | |
| $T3_SERVICES = array() | |
| $EXEC_TIME = time() | |
| $SIM_EXEC_TIME = $EXEC_TIME | |
|
|
|
Definition at line 228 of file config_default.php. Referenced by tx_install::checkImageMagick(), tx_install::checkTheDatabase(), tslib_fe::connectToMySQL(), SC_tslib_showpic::main(), t3lib_superadmin::makeTable(), t3lib_DB::sql_pconnect(), and tx_install::stepOutput(). |
|
|
Definition at line 227 of file config_default.php. Referenced by tx_install::checkImageMagick(), tx_install::checkTheDatabase(), tslib_fe::connectToMySQL(), SC_tslib_showpic::main(), t3lib_superadmin::makeTable(), t3lib_DB::sql_pconnect(), and tx_install::stepOutput(). |
|
|
Definition at line 226 of file config_default.php. Referenced by tx_install::checkImageMagick(), tslib_fe::connectToMySQL(), SC_tslib_showpic::main(), t3lib_superadmin::makeTable(), t3lib_DB::sql_pconnect(), and tx_install::stepOutput(). |
|
|
Definition at line 320 of file config_default.php. |
|
|
Definition at line 230 of file config_default.php. Referenced by tslib_fe::getCompressedTCarray(). |
|
|
Definition at line 238 of file config_default.php. Referenced by SC_mod_user_setup_index::main(). |
|
|
Definition at line 229 of file config_default.php. Referenced by includeTCA(), and tslib_fe::includeTCA(). |
|
|
Definition at line 210 of file config_default.php. Referenced by t3lib_superadmin::getExtensionInfo(), t3lib_superadmin::localExtensions(), and SC_alt_intro::main(). |
|
||||||||||||||||||||||||||||
|
|
Definition at line 286 of file config_default.php. 00286 {
00287 if(@is_callable(array($GLOBALS['error'],'debugBegin'))) {
00288 $GLOBALS['error']->debugBegin();
00289 }
00290 }
|
|
|
Definition at line 291 of file config_default.php. 00291 {
00292 if(@is_callable(array($GLOBALS['error'],'debugEnd'))) {
00293 $GLOBALS['error']->debugEnd();
00294 }
00295 }
|
|
|
Definition at line 344 of file config_default.php. |
|
|
Definition at line 345 of file config_default.php. |
|
|
Definition at line 299 of file config_default.php. Referenced by t3lib_extMgm::addService(), t3lib_extMgm::deactivateService(), and t3lib_extMgm::findService(). |
|
|
Definition at line 206 of file config_default.php. |
|
|
Definition at line 19 of file config_default.php. |
|
|
Definition at line 213 of file config_default.php. |
|
|
Definition at line 218 of file config_default.php. |
|
|
Definition at line 216 of file config_default.php. |
|
|
Definition at line 215 of file config_default.php. |
|
|
Definition at line 217 of file config_default.php. |
|
|
Definition at line 214 of file config_default.php. |
|
|
Definition at line 209 of file config_default.php. |
1.3.8-20040913