[TYPO3-mvc] setRespectStoragePage via initializeObject()
Marc Bastian Heinrichs
typo3 at mbh-web.de
Thu Feb 10 09:41:03 CET 2011
Hey,
Am 09.02.11 23:11, schrieb Thomas Mammitzsch:
> ok, thanks, but what if i create a repository instance in a model?
You could use the object manager via
$objectManager = t3lib_div::makeInstance('Tx_Extbase_Object_ObjectManager');
$myRespository =
$objectManager->get('Tx_ExtName_Domain_Repository_MyRepository');
till DI will be implemented for domain objects.
Best
Marc Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list