[TYPO3-mvc] Import Script Problems

Sebastian Kurfürst sebastian at typo3.org
Thu Jun 17 00:44:20 CEST 2010


Hey,

> Reason why I'm asking is, that I intended to make the CSV files mappable
> to the object properties and thus would have to dynamically build the
> setter-names (which is of course not a problem, but a bit more work).
no need to do this manually, I'd suggest that you look at
Tx_Extbase_Reflection_ObjectAccess -- there, you find methods to
programmatically set properties in objects (and this then calls the
setter, if needed).

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list