[TYPO3-dev] How to use the new autoloader feature?

Martin Kutschker masi-no at spam-typo3.org
Fri May 29 12:57:27 CEST 2009


Steffen Kamper schrieb:
> 
> have a look to t3lib/core_autoload.php which is the registry for core
> classes. There is a way for extensions as well providing own registry
> file in root of extension dir (ext_autoload.php) which will be created
> by extdeveval

IMHO using a standard filename and class name pattern should be enough
for the autoloader to find the class. Only legacy class names that don't
match the requirements should be registered manually.

Masi




More information about the TYPO3-dev mailing list