I have this autloading struggle with the Zend Framework. Basically there is a folder named LunaZend in library folder. LunaZend has some classes which can be used in Zend Fr
You can use application.ini to load some namespace.
I used the same
Following can be application.ini' sample code:-
[production] phpSettings.display_startup_errors = 0 phpSettings.display_errors = 0 appnamespace = "Application" ;Autoloader Namespace autoloaderNamespaces.w = "LunaZend_"