[TYPO3-english] List of registers
François Suter
fsu-lists at cobweb.ch
Thu Dec 16 22:28:21 CET 2010
Hi,
> I suppose they are registered through a common piece of code by calling
> a function. You could do a grep on that and see what pops up?
Indeed a typical register definition looks like this:
$GLOBALS['TSFE']->register['count_menuItems'] = count($this->menuArr);
There may be places in the code where the following syntax
$TSFE->register
is used too.
HTH
--
Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
More information about the TYPO3-english
mailing list