[TYPO3-ect] Reminder: where to put fh_library?
Elmar Hinz
elmar07 at googlemail.com
Tue Aug 7 10:33:48 CEST 2007
Franz Holzinger wrote:
> Hello Elmar
>
>> Maybe we could separate div into 2 classes:
>>
>> tx_div: static methods related to lib
>> tx_div_open: static methods that compete with lib
>>
>> (other ideas: tx_div_x, tx_div_plus, tx_div_free)
>>
>> Would that be sensible solution?
>
> it is also needed that you create a new extension div2007 and lib2007 at
> the end of the year 2007. This is needed because old versions of
> extensions need the old libraries and new extensions will rely on the
> code of the latest libraries. But it is not possible in TYPO3 to have
> old and new versions of an extension installed at the same time.
Hi Franz,
yes, that is a problem in TYPO3. It forces you to keep the API always
backward compatible and you have more and more old functions. It's
difficult to obsolete them.
We can make a div2007 from div. That's where your the static functions are
in. We can't do this for lib, because the key "div" matters and is part of
all classnames.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list