[TYPO3-ect] TODO - Status?

Joerg Schoppet joerg at schoppet.de
Wed Feb 14 10:33:15 CET 2007


Joerg Schoppet wrote:
>>>  * backend research (Joerg Schoppet)
>>
>> Still ambitions?
So, I looked a little bit in the core-code for backend-modules and what 
I see looked pretty good.

The main thing to replace will be class.t3lib_scbase.php, which is 
pretty simple.

All the other things are made through other classes like t3lib_befunc or 
t3lib_iconworks, and so on ...


Now is the question how to implement this in the existing lib-extension.
One possibility would be to create:

tx_lib_controller_be extends tx_lib_controller and
tx_lib_controller_fe extends tx_lib_controler

And let a factory-method of tx_lib_controller decide through the global 
var $TYPO3_MODE which controller to use.

The same can be make with the tx_lib_link object.

What do you thing?


More information about the TYPO3-team-extension-coordination mailing list