[TYPO3-english] New Xclassing

Tomasz Krawczyk tomkrawc at gmail.com
Thu Mar 7 13:46:10 CET 2013


I'm verry new to typo3 v6. 

I would like to make my ext TYPO3 v6 compatible. I'm not sure if Wiki example is correct: http://wiki.typo3.org/XCLASS#XCLASS_registration_since_TYPO3_CMS_6.0

I will not provide ext_autoload.php file. 

$GLOBALS= array(
    'className' => 'Enet\\FxLibrary\\Xclass\\FluidTemplateContentObject',
);

Is 'Enet\\FxLibrary\\Xclass\\FluidTemplateContentObject' the path to typo3conf/fxlibrary/Classes/Xclass/FluidTemplateContentObject.php ?

Will system find that class ?
-- 
cheers
Tomek



More information about the TYPO3-english mailing list