[TYPO3-ect] Dogma
Daniel Brüßler
info at -remove-patchworking.de
Sat Jan 20 15:35:49 CET 2007
Hi Elmar,
good idea with the bra :-)
and with the TER-listing. At the right side of the extension-info-box
there could be the icons of the addons. In the moment the feature of
emconf ['constraints']['depends'] is just in use by stable extensions.
The "addon" or "bra"-handling (nice name) helps even alpha-extensions
with escaping the chaos.
Maybe also libraries can be added in that way. So one knows if a library
is for FE, for BE, for authentication, for whatever ... That's nice.
For example if an extension wants to show a tooltip it could try this:
$tt = t3lib_div::makeInstance('tx_fe_tooltip');
if($tt){
$tt->init();
// view something
}
Is this OK?
kind regards
Daniel Brüßler
R. van Twisk schrieb:
>
>>
>> (.*)__(.*)
>>
>> (No that isn't a bra.)
>>
>>
> For me it does :)
>
> Ries.....
>
More information about the TYPO3-team-extension-coordination
mailing list