[TYPO3-mvc] Questions regarding Extbase Object Persistence

Sebastian Kurfürst sebastian at typo3.org
Fri Dec 18 16:55:10 CET 2009


Hi,

> 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 ;)

> 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?

> 3) Is it possible to store objects in the a fe session temporary?
> Like if you would have a 'clipboard' where you can attach objects
> and display them via fluid, and on specific actions those objects
> in the session get 'transformed' tos similar objects, which the
> can be persisted by extbase. Is this possible? How should this
> be done?
In v5, it is possible through a special @scope session. In v4, you need
to serialize the objects by hand.

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list