But then how does the application find the library?
In init_autoloader.php I have the following:

/if (getenv('ZF2_PATH')) {           // Support for ZF2_PATH environment
variable or git submodule
    $zf2Path = getenv('ZF2_PATH');
} elseif (get_cfg_var('zf2_path')) { // Support for zf2_path directive value
    $zf2Path = get_cfg_var('zf2_path');
} *elseif (is_dir('vendor/ZF2/library')) {
    $zf2Path = 'vendor/ZF2/library';
}*/



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Getting-started-library-installed-in-zendframework-zendframework-vendor-ZF2-is-empty-dir-tp4656876p4656878.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