TYPO3 CMS  TYPO3_6-2
index_ts.php File Reference

Go to the source code of this file.

Variables

const TYPO3_MODE 'FE'
 
 $configuredCookieName = trim($GLOBALS['TYPO3_CONF_VARS']['BE']['cookieName'])
 
if(empty($configuredCookieName)) if($_COOKIE[$configuredCookieName]) else
 
 $TSFE
 
 $BE_USER = $TSFE->initializeBackendUser()
 
if($TSFE->isINTincScript()) $sendTSFEContent = FALSE
 
 $TYPO3_MISC ['microtime_end'] = microtime(TRUE)
 

Variable Documentation

◆ $BE_USER

◆ $configuredCookieName

$configuredCookieName = trim($GLOBALS['TYPO3_CONF_VARS']['BE']['cookieName'])

◆ $sendTSFEContent

if ( $TSFE->isINTincScript()) $sendTSFEContent = FALSE

Definition at line 236 of file index_ts.php.

◆ $TSFE

$TSFE
Initial value:
'TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController',
\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('id'),
\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('type'),
\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('no_cache'),
\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('cHash'),
\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('jumpurl'),
\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('MP'),
\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('RDCT')
)
$TYPO3_CONF_VARS['SYS']['contentTable']

Definition at line 72 of file index_ts.php.

Referenced by TYPO3\CMS\Rtehtmlarea\Extension\AboutEditor\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\FindReplace\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\InsertSmiley\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\RemoveFormat\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\CharacterMap\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\DefaultImage\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\DefinitionList\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\BlockElements\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\TableOperations\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Extension\InlineElements\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi\buildJavascriptConfiguration(), TYPO3\CMS\Rtehtmlarea\Controller\FrontendRteController\drawRTE(), TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\RequestBootstrap\executeAndOutput(), and TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi\main().

◆ $TYPO3_MISC

$TYPO3_MISC[ 'microtime_end'] = microtime(TRUE)

◆ else

if (isset( $TSFE->config[ 'config'][ 'debug'])) else
Initial value:
{
$TT = new \TYPO3\CMS\Core\TimeTracker\NullTimeTracker()

Definition at line 45 of file index_ts.php.

◆ TYPO3_MODE

const TYPO3_MODE 'FE'

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! This is the MAIN DOCUMENT of the TypoScript driven standard front-end (from the "cms" extension)

Basically put this is the "index.php" script which all requests for TYPO3 delivered pages goes to in the frontend (the website) The script configures constants, includes libraries and does a little logic here and there in order to instantiate the right classes to create the webpage.

All the real data processing goes on in the "tslib/" classes which this script will include and use as needed.

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 30 of file index_ts.php.