[TYPO3-mvc] Extbase 1.3.0 and scheduler

Franz Koch typo3.RemoveForMessage at elements-net.de
Tue Feb 8 15:52:46 CET 2011


Hi,

>> 1. Somehow the Extbase autoloader does not work. I have to include all
>> required classes myself.
>
> You can initialize the extbase autoloader like this:
> if (!class_exists('Tx_Extbase_Utility_ClassLoader', FALSE)) {
> $classLoader = t3lib_div::makeInstance('Tx_Extbase_Utility_ClassLoader');
> spl_autoload_register(array($classLoader, 'loadClass'));
> }

the autoloader is also registered via the bootstrap - so when using the 
bootstrap it shouldn't be necessary to register it manually.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list