[TYPO3-mvc] HowTo handle files in .csv list

Franz Koch typo3.RemoveForMessage at elements-net.de
Tue Feb 8 11:17:54 CET 2011


Hi Peter,

> On my current ext this would be quite sufficient for me, but I am
> thinking about how to resolve that 'abc.png,foobar.gif' issue within
> extbase/fluid.
>
> What should I do?
> - create a ViewHelper that solves this
> - fiddel the model and change the field with it's setters() and
> getters()? (currently it is just string)
> - fiddel the model and add(!) proper helper methods

for me it depends on how I have to interact with this property. For some 
cases I add the needed logic to the default getters/setters for that 
property. For cases where I also need the original value I add a pair of 
assisting getters/setters.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list