Is it possible to place custom library files, classes... to be used throughout the whole project, but in project's root folder? I have folder custom in app root, and inside I have MyModule.php that I want to inherit it in all modules (Module.php). I can use this classes I have in a controllers, but it does not work outside src folder (error is: class not found).
Tnx -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Custom-Library-Outside-vendor-Folder-tp4659685.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
