[TYPO3-mvc] Splitting a controller into sub-controllers or how to
Sebastian Kurfürst
sebastian at typo3.org
Fri Jan 22 09:44:45 CET 2010
Hi Thomas,
this sounds very much to me that you should have a look at
ActionController, and maybe build your own subclass of it which
overrides calling the methods.
The external API of a controller is very easy, it just consists of a
"processRequest(Request, Response)" method, so for such special usecases
/ workflows as you have I'd implement my own base controller / override
some methods in the ActionController
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list