No, it's here that the autoloader must be defined.
2013/4/11 stef <[email protected]> > 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] > > > -- Pierre Rambaud Website: http://pierrerambaud.com <http://rambaudpierre.fr> G+: https://plus.google.com/u/0/107809758756474139920/posts Github: https://github.com/PierreRambaud
