[TYPO3-mvc] Questions regarding Extbase Object Persistence
Jochen Rau
jochen.rau at typoplanet.de
Fri Dec 18 19:40:23 CET 2009
Hi.
schrieb Sebastian Kurfürst:
>> 1) Is it possible to use m..n relations using extbase
>> without the need of using *_mm tables? Cause' I don't
>> really like them. xD
> Not really. BTW: mm tables are really a clean database design, so please
> get used to it ;)
It's possible by defining a 'foreign_table' but omitting 'foreign_field'
on both sides. This results in a comma separated list on both sides. But
as Sebastian already said ... you are warned ;-)
>> 2) I haven't tried yet, but is it possible to persist
>> sub-objects (properties of models) as inline-records
>> throu a frontend form? Like I want to display properties
>> of a model object in a form for selecting/editing and
>> then saving the changes.
> What do you mean with "inline records"? Somehow serialized in the top
> object?
I'll add another "?".
Regards
Jochen
--
Every nit picked is a bug fixed
More information about the TYPO3-project-typo3v4mvc
mailing list