[Typo3-dev] Extend extensions

Wolfgang Klinger wolfgang at stufenlos.net
Thu Feb 12 21:18:15 CET 2004


 Hi

On 20:07 Thu 12 Feb     , typo3 at isfates.com wrote:
> The problem I have is that the base class has to be loaded before the extending 
> classes. Is there a *recommended* way to make sure that one class is loaded 
> before another in Typo3? (I tried to set the dependency flag on the extending 
> extensions, so that Typo3 knows that the base extension has to be loaded, but 
> it won't work)

 require_once (xx) or
 include_once (xx)
 (like you would do it in any other PHP script)

 
 bye 
 Wolfgang
 






More information about the TYPO3-dev mailing list