Hi guys,
weiß jemand von euch, wie man XClassing mit Namespaces für TYPO3 6.0 macht?
Meine ext_autoload.php sieht in etwa so aus:

<?php
$extensionPath = 
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('ci_auth');
return array(
'TYPO3\\CMS\\Backend\\Controller\\_ux_LogoutController' => $extensionPath . 
'Classes/ux_LogoutController.php'
);
?>

Vielen Dank für eure Hilfe!
Grüße,

Cornelius
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an