[TYPO3-mvc] Is it possible to have a model in a subnamespace
Philipp
philippwrann at gmx.at
Fri Nov 15 16:09:38 CET 2013
Hey,
my extension is getting a little big, is it possible to have a subnamespace withing the domainconcept?
Such as:
Domain\Model\Import\Report
Domain\Model\Detail\ResourceDetail
Domain\Repository\Import\ReportRepository
Domain\Repository\Detail\ResourceDetailRepository
And also for Controllers....
Or can i configure this via typoscript?
tx_extbase.classes.Vendor\Extension\Controller\ReportController = Vendor\Extension\Controller\Import\ReportController
More information about the TYPO3-project-typo3v4mvc
mailing list