Skip to content

This is a simple module that allows you to use PHP 5.3 namespaced code in Magento 1. The most typical use for this will be if you are using a namespaced library in /lib in a Magento module. This module injects itself at controller_front_init_before and will be called before the native autoloader, but will only autoload namespaced classes thus le…

Notifications You must be signed in to change notification settings

kschroeder/magento-namespace-autoloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple module that allows you to use PHP 5.3 namespaced code in Magento 1. The most typical use for this will be if you are using a namespaced library in /lib in a Magento module. This module injects itself at controller_front_init_before and will be called before the native autoloader, but will only autoload namespaced classes thus leaving normal autoloading alone.

About

This is a simple module that allows you to use PHP 5.3 namespaced code in Magento 1. The most typical use for this will be if you are using a namespaced library in /lib in a Magento module. This module injects itself at controller_front_init_before and will be called before the native autoloader, but will only autoload namespaced classes thus le…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages