[TYPO3-ect] Controller for Typo3
    Joerg Schoppet 
    joerg at schoppet.de
       
    Thu Mar 23 18:05:11 CET 2006
    
    
  
Hi all,
shortly I'm ready with a MVC-concept implementation, which was inspired 
a very, very little bit from the Zend Framework [1][2] and a lot from 
Michael Scharkow's implementation of a simple controller [3].
Actually I'm at the point, that the only thing you have to do for a 
"normal" output (e.g. no ajax) is to define the pi1-class, which extends 
a lib-class, set the three variables (scriptRelPath, prefixId, extKey) 
and define a specialized controller-class.
The complete execution is encapsulated.
My last thing is the view-implementation.
And there I've a general question:
Is it ok from an oo-point, that a controller returns a view-object?
Regards
Joerg Schoppet
[1] http://framework.zend.com/
[2] http://phparch.org/zftut
[3] http://www.underused.org/code/a-simple-controller-class-for-typo3/
    
    
More information about the TYPO3-team-extension-coordination
mailing list