Main Page | Directories | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages | Examples

config_default.php File Reference

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


Enumeration Type Documentation

enum TYPO3_db
 

Definition at line 225 of file config_default.php.

Referenced by t3lib_DB::admin_get_tables(), tx_install::checkImageMagick(), tx_install::checkTheDatabase(), tslib_fe::connectToMySQL(), t3lib_superadmin::getDBInfo(), t3lib_superadmin::makeAdminLogin(), t3lib_superadmin::makeTable(), t3lib_superadmin::menuContent(), t3lib_fullsearch::queryMaker(), t3lib_superadmin::rmCachedFiles(), t3lib_fullsearch::saveQueryInAction(), user_various::selectThem(), t3lib_superadmin::setNewPasswords(), t3lib_superadmin::singleSite(), t3lib_DB::sql_select_db(), and tx_install::stepOutput().

enum TYPO3_db_host
 

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().

enum TYPO3_db_password
 

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().

enum TYPO3_db_username
 

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().

enum TYPO3_DLOG
 

Definition at line 320 of file config_default.php.

enum TYPO3_extTableDef_script
 

Definition at line 230 of file config_default.php.

Referenced by tslib_fe::getCompressedTCarray().

enum TYPO3_languages
 

Definition at line 238 of file config_default.php.

Referenced by SC_mod_user_setup_index::main().

enum TYPO3_tables_script
 

Definition at line 229 of file config_default.php.

Referenced by includeTCA(), and tslib_fe::includeTCA().

enum TYPO3_version
 

Definition at line 210 of file config_default.php.

Referenced by t3lib_superadmin::getExtensionInfo(), t3lib_superadmin::localExtensions(), and SC_alt_intro::main().


Function Documentation

debug variable = '',
name = '*variable*',
line = '*line*',
file = '*file*',
recursiveDepth = 3,
debugLevel = E_DEBUG
 

Definition at line 275 of file config_default.php.

Referenced by t3lib_BEfunc::BEgetRootLine(), tx_install::checkTheDatabase(), t3lib_TCEmain::checkValue_flex_procInData_travDS(), tslib_cObj::CONTENT(), debug(), t3lib_TCEmain::doesRecordExist(), t3lib_TCEmain::fillInFieldArray(), tslib_imgmenu::generate(), tslib_tmenu::generate(), tx_install::generateConfigForm(), t3lib_superadmin::getExtensionInfo(), tx_install::init(), localFolderTree::SC_browse_links::init(), t3lib_BEfunc::makeConfigForm(), tslib_imgmenu::makeImageMap(), t3lib_TCEmain::process_datamap(), SC_alt_doc::processData(), tslib_cObj::RECORDS(), t3lib_TCEmain::remapListedDBRecords(), t3lib_sqlengine::saveDataSource(), stdWrap(), syntaxHighlight_print(), tx_install::typo3conf_edit(), user_IProcFuncTest(), and user_keepRolloverAtOnClick().

00275                                                                                                                            {
00276       // If you wish to use the debug()-function, and it does not output something, please edit the IP mask in TYPO3_CONF_VARS
00277    if (!t3lib_div::cmpIP(t3lib_div::getIndpEnv('REMOTE_ADDR'), $GLOBALS['TYPO3_CONF_VARS']['SYS']['devIPmask']))  return;
00278 
00279    if(@is_callable(array($GLOBALS['error'],'debug'))) {
00280       $GLOBALS['error']->debug($variable, $name, $line, $file, $recursiveDepth, $debugLevel);
00281    } else {
00282       $br = ($name == '*variable*') ? 0 : $name;
00283       t3lib_div::debug($variable, $br);
00284    }
00285 }

debugBegin  ) 
 

Definition at line 286 of file config_default.php.

00286                       {
00287    if(@is_callable(array($GLOBALS['error'],'debugBegin'))) {
00288       $GLOBALS['error']->debugBegin();
00289    }
00290 }

debugEnd  ) 
 

Definition at line 291 of file config_default.php.

00291                     {
00292    if(@is_callable(array($GLOBALS['error'],'debugEnd'))) {
00293       $GLOBALS['error']->debugEnd();
00294    }
00295 }


Variable Documentation

$EXEC_TIME = time()
 

Definition at line 344 of file config_default.php.

$SIM_EXEC_TIME = $EXEC_TIME
 

Definition at line 345 of file config_default.php.

$T3_SERVICES = array()
 

Definition at line 299 of file config_default.php.

Referenced by t3lib_extMgm::addService(), t3lib_extMgm::deactivateService(), and t3lib_extMgm::findService().

$T3_VAR = array()
 

Definition at line 206 of file config_default.php.

$TYPO3_CONF_VARS
 

Definition at line 19 of file config_default.php.

$typo_db = ''
 

Definition at line 213 of file config_default.php.

$typo_db_extTableDef_script = ''
 

Definition at line 218 of file config_default.php.

$typo_db_host = ''
 

Definition at line 216 of file config_default.php.

$typo_db_password = ''
 

Definition at line 215 of file config_default.php.

$typo_db_tables_script = ''
 

Definition at line 217 of file config_default.php.

$typo_db_username = ''
 

Definition at line 214 of file config_default.php.

$TYPO_VERSION = '3.7.0-dev'
 

Definition at line 209 of file config_default.php.


Generated on Sun Oct 3 01:06:11 2004 for TYPO3core 3.7.0 dev by  doxygen 1.3.8-20040913