[TYPO3-ect] MVC in the backend
Elmar Hinz
elmar07 at googlemail.com
Fri Oct 19 10:39:23 CEST 2007
Mads Brunn wrote:
> Hi list
>
> Has anyone tried to use the MVC-pattern for coding backend modules? If
> the answer is "yes", could you please share your experiences with me or
> just point me to an extension in the TER where I can see it in action.
>
> Elmar, do you know if anyone is working on an MVC-framework for
> BE-modules?
>
> Best regards
>
> Mads Brunn
Hello Mads,
Joerg Schoppet once started some research in this direction.
The beta branch of lib/div "cool" has a design, using the dependancy
injection pattern. Each object itself is comparingly independant. That is
controlled by strict unit testing. (Extensions phpunit + pear).
The path and parameter resolvers can be defined by the setup given to the
Main object. I think it will be possible to run the Main object in an
independent index.php and to add resolvers, that work for the BE.
http://typo3xdev.svn.sourceforge.net/viewvc/typo3xdev/tx_cool/trunk/
I hope a "Hello World" version will be available on monday.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list