[TYPO3-mvc] nested for each - index to refrence new array?

ralph 77 at kubai.de
Wed Apr 7 20:21:09 CEST 2010


hi, i try to nest for each loops.
<f:for each="{items}" as="item"  key="iindex">
	<f:for each="{subitems}" as="subitem"  key="subindex">foo</f:for>
</f:for>
i wanna assign something like <f:for each="{subitems}{iindex}" as i have 
subitems0, subitems1 and so on in my template. is there a way to 
concatenate array names like this?


More information about the TYPO3-project-typo3v4mvc mailing list