[TYPO3-mvc] Concept for instantiating model in action by configuration?

Sebastian Kurfürst sebastian at typo3.org
Fri Apr 9 09:28:21 CEST 2010


Hey Bastian,

Of course, you can always do like the following in your controller:

$myDomainObject =
$this->fooRepository->findByUid($this->settings['uidOfMyDomainObject']);
would this solve your problem?

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list