[TYPO3-mvc] Splitting a controller into sub-controllers or how to
Franz Koch
typo3.RemoveForMessage at elements-net.de
Fri Jan 22 13:42:08 CET 2010
Hey,
> Furthermore I'd need to call the 'sub-controllers' manually
> inside the actual action controller.
>
> Any proposals?
I just noticed that the AbstractController has a method "forward" which
let's you forward a current action to another controller. Maybe have a
look how it's done there. The method uses the $this->request object to
do the magic again - maybe you can use it too. At least you can have a
look at the request object on how to instantiate action controllers
correctly.
--
kind regards,
Franz Koch
More information about the TYPO3-project-typo3v4mvc
mailing list