[TYPO3-mvc] Image View Helper
Christian Zenker
christian.zenker at 599media.de
Fri Aug 13 11:03:55 CEST 2010
On Fri, 13 Aug 2010 10:55:52 +0200, JayR <jayr at moodler.de> wrote:
>
> I would like to display more than one image from the database table. They
> are comma separated in one field.
> How can I display them in the fluid template?
Hi.
I would modify the getter-method of your model to return an array of
images instead of a string. That's the easiest and most convenient way.
Otherwise you'd have to write a view helper for that.
Christian.
More information about the TYPO3-project-typo3v4mvc
mailing list