[TYPO3-mvc] Re: [TYPO3-core] RFC #11651: Allow Extbase as framework for backend modules
Joerg Schoppet
joerg at schoppet.de
Mon Aug 17 16:08:58 CEST 2009
Hi,
Steffen Kamper schrieb:
> Hi,
>
> as some are not lucky about dependency of an extension in core (i agree
> with that) i found another solution for this.
>
> Using a var in ext_tables, extbase can use own mod.php. It looks like
> this in extbase:
> $TBE_MODULES['_dispatch'] = t3lib_extMgm::extPath('extbase') . 'mod.php';
>
> and core mod.php simple checks this configuration:
>
> if ($TBE_MODULES['_dispatch'] && is_file($TBE_MODULES['_dispatch'])) {
> require($TBE_MODULES['_dispatch']);
> } else {
> (proceed normal way)
> }
>
> This only allow one override, but i think there is no need for
> additional mudule dispatcher. I tested it and it works, so please
> comment (i attached the core patch for mod.php)
>
> vg Steffen
>
And what is with the t3lib_loadModules-path implemented with RFC #11652?
Joerg
More information about the TYPO3-project-typo3v4mvc
mailing list