[Flow] Question about $this->persistenceManager->persistAll();

Christian Müller christian.mueller at typo3.org
Tue Nov 19 08:11:36 CET 2013


Hi Kay,

Kay Strobach wrote:
> Hello guys,
>
> for my KayStrobach.DevelopmentTools for FLOW i'd like to save a model
> object in an unsage request.
> Sadly i can't define which object should be explicitly saved. I just can
> safe all changes :(

Yes, but you can only add the one object to the repository. Of course if 
it has relations to other objects those will be stored as well, you 
cannot prevent that...

I guess I would need to see some code to give better advise on what to do.

Cheers,
Christian


More information about the Flow mailing list