[TYPO3-mvc] PersistenceManager deprecated, what to use now?

Marc Bastian Heinrichs typo3 at mbh-web.de
Thu Nov 10 22:00:16 CET 2011


Hej,

> I see the persistenceManager
> (Tx_Extbase_Dispatcher::getPersistenceManager()) is deprecated. What is the
> alternative? It would be fun to have that in the deprecationLog... ;-)

is deprecated since Extbase 1.3 (TYPO3 4.5).

OLD: Tx_Extbase_Dispatcher::getPersistenceManager()
NEW: inject Tx_Extbase_Persistence_ManagerInterface into your class

http://forge.typo3.org/projects/typo3v4-mvc/wiki/Dispatcher_rework


Best
Marc Bastian


More information about the TYPO3-project-typo3v4mvc mailing list