[TYPO3-ect] Autoload-function for lib/div?
Steffen Kamper
steffen at sk-typo3.de
Tue Aug 14 13:14:15 CEST 2007
"Joerg Schoppet" <joerg at schoppet.de> schrieb im Newsbeitrag
news:mailman.1.1187089386.13109.typo3-team-extension-coordination at lists.netfielders.de...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Steffen Kamper wrote:
>> Hi,
>>
>> i don't see that point either, because e.g.tx_lib is included and doesn't
>> need this line in TS.
>> If you reference in php, you make your normal include_once.
>>
>> vg Steffen
>>
> The point is the following.
>
> You only have to put one include-statment "includeLibs.tx_lib =
> EXT:lib/class.tx_lib.php" in TS.
>
> After this you don't have to bother about includes.
>
> You don't need any more includeLibs in TS for your controllers, you
> don't need to make any include(_once) or require(_once) calls in your
> php-scripts. This is all done automatically. And only these files are
> included, which needs to be included.
>
> Joerg
ok, i see the point now. This could be done as shown in above discussion by
register/stacking/finding object-methods
vg Steffen
More information about the TYPO3-team-extension-coordination
mailing list