[TYPO3-english] XClass in Typo3 6.2
PIT Solutions
typo3 at pitsolutions.com
Tue Mar 11 07:37:34 CET 2014
Hi All,
Now I am using Typo3 6.2beta5 version and in that website I need to include an xclass for the extension sr_feuser_regsiter. The extension is in "pi_base" and I tried the following methods to include xclasses, but not working anymore;
-> localconf.php
$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects']['tx_srfeuserregister_display'] = array( 'className' => 'ux_tx_srfeuserregister_display');
-> ext_autoload.php
$extensionPath = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('extname');
return array( 'ux_tx_srfeuserregister_display' => $extensionPath.'class.ux_tx_srfeuserregister_display.php', );
Does anybody knows the solution ?
Thanks in advance,
Arun Chandran
More information about the TYPO3-english
mailing list