[TYPO3-mvc] Re: Re: Repository does not save added objects

Philipp philippwrann at gmx.at
Thu Feb 28 16:37:14 CET 2013


Deutsch is kein Problem, bin aus Österreich :)

Danke danke danke

Repository:
	/**
	 * Persist all added and modified objects
	 * @return void
	 */
	public function _persistAll() {
		$this->persistenceManager->persistAll();
	}

thats it.


More information about the TYPO3-project-typo3v4mvc mailing list