[TYPO3-mvc] RFC #12324: extbase does require_once some classes that already are covered by the Core autoloader

Oliver Klee typo3-german-01 at oliverklee.de
Mon Jan 17 14:52:51 CET 2011


This is a SVN patch request.

Type: Bugfix

Bugtracker reference:
http://forge.typo3.org/issues/12324

Branches:
trunk

Problem:

There are some require_once of classes that already are covered by the
Core autoloaded. This is unnecessary and also a negatively affects
performance (because require_once is rather slow).


Solution:

Drop the require_once.



More information about the TYPO3-project-typo3v4mvc mailing list