[Typo3] difference between TSFE and GP?

Mathias Schreiber [wmdb] mathias.schreiber at wmdb.de
Wed May 18 14:23:34 CEST 2005


Vladimir Nikolov wrote:
>  
> Hi,
> 
> Another thing i forgot to tell. It doesn work with language selection, not 
> page selection.
> 
> When I change [globalVar = GP:L = 2] to [globalVar = TSFE:L = 2] it doesn't 
> work.

GP are simple GET or POST Vars.
TSFE is the TypoScriptFrontEnd.
Mainly a PHP object that holds information on certain things inside typo3.
The PageID for example.
TSFE->id

better now? :)


-- 
No Subject - No Realname - No Service!
Respect the List/Newsgroup Rules!
  >> http://typo3.org/1438.0.html <<
--------------------------------------
if ($GLOBALS['TSFE']->feuser->data['ahnung'] == 0) {
	$this->fresseHalten = 1;
}



More information about the TYPO3-english mailing list