[TYPO3-ect] [tx_lib] is it a bug ?
Elmar Hinz
elmar.DOT.hinz at team.MINUS.red.DOT.net
Tue Jul 10 01:30:20 CEST 2007
> Very practical, in PHP :
>
> $this->configurations->get('maximalItemsToDisplay');
Yes. Within the controller.
Typically:
$this->controller->configurations->get('maximalItemsToDisplay');
PHP5:
$this->controller->configurations['maximalItemsToDisplay'];
Please update your lib from SVN. Some things have changed.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list