[TYPO3-ect] translations with lib/div
Elmar Hinz
elmar07 at googlemail.com
Mon Jul 30 12:59:41 CEST 2007
> Atm you have to get a single param with
> $this->controller->configurations->get($param);
> May be I'm blocked, but this method only works, if you know the param. But
> may be you want to access unknown params as well, then it is more easy to
> walk through the array.
PHP5: foreach($this->controller->configurations as $key => $value) ....
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list