Thank you all that helped. In the meantime I have Googled solution to change
index.php like this:

Zend\Loader\AutoloaderFactory::factory(
        array('Zend\Loader\StandardAutoloader' => array(
                'namespaces' => array(
                    'MyNamespace => dirname(__DIR__) .
'/path_to_library_folder',
                )
    )));

and it works. Is it wrong to do it here?



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Custom-Library-Outside-vendor-Folder-tp4659685p4659694.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to