[TYPO3-commerce] FYI: Use autoloader
Christian Kuhn
lolli at schwarzbu.ch
Sun May 8 16:59:39 CEST 2011
On 05/05/2011 12:13 AM, Christian Kuhn wrote:
> I've committed a patch to trunk in rev. 47309 that populates a basic
> ext_autoload.php file and puts it to use for commerce_pibase class,
> removing the require_once's.
I've finished the autoloader things for now and cleaned up tons of CGL
things on it's way. The only require_once() calls that still exist are
references to other extensions that do not register in autoload yet,
some user_ classes and basic module instantiation, and classes that do
not stick to the naming scheme (eg. are not prefixed with tx_commerce).
The changes improve code quality a bit and should make commerce a bit
quicker.
I tested successfully and hope everything works as before.
Regards
Christian
More information about the TYPO3-team-commerce
mailing list