[TYPO3-mvc] Backend Dispatcher available!

Steffen Kamper info at sk-typo3.de
Tue Jul 28 10:27:26 CEST 2009


Hi,

i reworked the backend dispatcher now. The trick is a kind of hook in 
t3lib_loadmodules which calls a function in dispatcher and delivers all 
the module information. This makes it possible to get rid of conf.php

Also the way the BE module is integrated now is simular to FE. So a 
controller doesn't know if he's in FE or BE context, so you can use same 
controllers in BE modules as in FE.

There are little things has to be adjusted like the UriBuilder, which 
will get a switch for FE and BE so you can use same syntax as in FE.

Actual state can be found in our MVC ExtJS example extension.

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list