[TYPO3-dev] scheduler and doNotLoadInFE
Steffen Kamper
info at sk-typo3.de
Thu Aug 12 00:07:35 CEST 2010
Hi,
Steffen Kamper schrieb:
>>
>> in FE the if part "t3lib_extMgm::isLoaded('scheduler')" will return
>> false ;)
>> Chicken - Egg problem !?!;)
>>
>
> ok, then you have to do it yourself:
> if (t3lib_div::inList($TYPO3_CONF_VARS['EXT']['extList'], 'scheduler') {
> ...
>
if (t3lib_div::inList($TYPO3_CONF_VARS['EXT']['extList'], 'scheduler'))
{ ...
I have this problem in mind. It's not a good idea to add scheduler to FE
in general performance wise, but if an extension needs it it should be
possible to add any ext to FE environment.
So i see advantage for following functions:
t3lib_extMgm::isLoadedInBE
t3lib_extMgm::isLoadedInFE
t3lib_extMgm::addExtensionToFE
vg Steffen
More information about the TYPO3-dev
mailing list