[TYPO3-mvc] RFC: Debug Viewhelper in FLUID
Martin Kutschker
masi-no at spam-typo3.org
Sun Jan 10 15:10:29 CET 2010
Michael Knoll schrieb:
>
> So here are my 2 questions:
>
> 1. Is it even possible to get "all data" available for display in a
> FLUID template, as there are no arrays any longer, but object calls.
>
> 2. If yes, how can I get access to all assigned variables of a view in
> my viewhelper.
Via $this->templateVariableContainer->add() you can set variabes from within a view helper (see eg
"for"). Perhaps you can retrieve them as well.
Masi
More information about the TYPO3-project-typo3v4mvc
mailing list