Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magento-hackathon/Magento-PSR-0-Autoloader

This Extension adds a PSR-0 Autoloader before the Magento Autoloader
https://github.com/magento-hackathon/Magento-PSR-0-Autoloader

Last synced: 3 months ago
JSON representation

This Extension adds a PSR-0 Autoloader before the Magento Autoloader

Awesome Lists containing this project

README

        

Magento-PSR-0-Autoloader
========================

This Extension adds a PSR-0 Autoloader before the Magento Autoloader

To initialize a new namespace, insert following code in the ``-node of local.xml:



## Magento Composer Autoloader

You can also use this Extension to add the composer Autoloader.

You need to configure the Path to your Vendor directory in your ``-node of local.xml:

## disable the default magento autoloader

To disable the default magento autoloader, insert following code in the ``-node of local.xml:


1