[TYPO3-mvc] Using Repository outside extbase

Jochen Rau jochen.rau at typoplanet.de
Tue Jul 14 14:29:27 CEST 2009


Hi Xavier.

> I have to fix some other issues of the persistence layer first.

I am catching up ...

The issue should be resolved with r935. After a discussion with 
Sebastian, we decided to further use the singleton as a global object. 
The Persistence Manager will be set up at the first call to the 
dispatcher and can be reached everywhere by saying

t3lib_div::makeInstance('Tx_Extbase_Persistence_Manager')

Not the best solution (from a software architects perspective), but it 
works.

Regards
Jochen



-- 
Every nit picked is a bug fixed



More information about the TYPO3-project-typo3v4mvc mailing list