[TYPO3-ect] Autoload-function for lib/div?
Steffen Kamper
steffen at sk-typo3.de
Tue Aug 14 14:57:18 CEST 2007
"Elmar Hinz" <elmar07 at googlemail.com> schrieb im Newsbeitrag
news:mailman.1.1187095655.22962.typo3-team-extension-coordination at lists.netfielders.de...
>>
>> ok, then the naming-scheme is very important, and you don't have to use
>> more than one class each file, e.g.
>> class tx_myext_form has to be in class.tx_myext_form.php
>>
>> How do you want to search for? You don't know in which ext-Dir the
>> class/file is?
>>
>> vg Steffen
>
> The file is
>
> EXT:myext/class.tx_myext_form.php
>
> because his functions is calling tx_div::load();
>
> Regards
>
> Elmar
>
>
Hi Elmar,
i have to ask again :-)
how does EXT:myext is known from ?
it could also be something like
EXT:myext/lib/extraclasses/class.tx_myext_form.php
(as an extreme)
tx_div::load expect $classNameOrPathInformation and may be only classname is
passed.
vg Steffen
More information about the TYPO3-team-extension-coordination
mailing list