[TYPO3-core] RFC #12067: Remove ext_autoload.php files for extensions using Extbase naming convention
Steffen Kamper
info at sk-typo3.de
Sat Sep 26 13:39:14 CEST 2009
Hi Masi.
Martin Kutschker schrieb:
> Both versions of your patch change a t3lib-file for the benefit of only
> one extension. It is not clear to me if Extbase has its own autoloader
> why t3lib_div and t3lib_autoloader must be changed to make us of it. Why
> can't Extbase not simply install itself as an SPL autoloader?
>
if you remember autoloader in his first versions had a name-resolve,
iirc it was you who coded such routine.
Using spl_autoload is very expensive and i'm for a simple
name-to-fil-conversion. With extbase this is simple as they have a
standard. i would suggest to try name resolving also for pibase
extension to make it more universal.
vg Steffen
More information about the TYPO3-team-core
mailing list