Actions
Bug #40356
closedTask #40095: Move core to namespaces
Class autoloader fails for non-core extbase extensions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to autoload a class named Tx_Foo_Controller_BazController
, the TYPO3 class autoloader tries to include the file:
typo3conf/ext/foo/Classes/Controller.php
instead oftypo3conf/ext/foo/Classes/Controller/BazController.php
Actions