[TYPO3-dev] class.t3lib_page.php and $GLOBALS['TSFE']->TCAcachedExtras

Nikolas Hagelstein hagelstein at shr.cc
Wed Aug 16 19:31:32 CEST 2006


Hi,
i wonder why 
getRecordOverlay of class.t3lib_page.php uses TCAcachedExtras 
instead of the normal TCA.
e.g line 348
	if
($GLOBALS['TSFE']->TCAcachedExtras[$table]['l10n_mode'][$fN]!='exclude'

Using the normal TCA array would make it easier to use getRecordOverlay
from
withhin eID plugins. With TCAcachedExtras it is neccesary to generate a
"Fake TSFE" obj.

Any Ideas?

Cheers,
		Nikolas




More information about the TYPO3-dev mailing list