Aura.Autoload icon indicating copy to clipboard operation
Aura.Autoload copied to clipboard

A PSR-0 compliant autoloader

Results 3 Aura.Autoload issues
Sort by recently updated
recently updated
newest added

How can I load a static class? Like I wanna use ``` use \Config; Config::Value('TEST'); //Which will give a value of TEST ``` currently it giving following error ``` Fatal...

Hi does anyone know how this autoloader controls which directories or namespaces are loaded Which to control the order of namespace loading when adding namespaces with setPrefixes or addPrifix Thanks

Hello. I'd like to load a package (Twig) that internally uses the underscore notation (eg Twig_Loader_Filesystem; Twig_LoaderInterface). Could you please make this work in your loader ? That would be...