[TYPO3-mvc] Howto use objects in select with multiple option
Sebastian Kurfürst
sebastian at typo3.org
Tue Dec 1 23:51:36 CET 2009
Hey Steffen,
I believe we do this in the blog example, inside Domain_Model_Post,
where we have a property "relatedPosts".
So, in a nutshell you need to have the correct type hints in your model
(Tx_Extbase_Persistence_ObjectStorage<innerType>), and a getter and a
setter for it.
If you have any questions left, just ask again :)
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list