Re: [fw-general] Re: Getting started: library installed in zendframework/zendframework, vendor/ZF2 is empty dir

2012-09-17 Thread Matthew Weier O'Phinney
-- debussy007 wrote (on Monday, 17 September 2012, 10:31 AM -0700): > But then how does the application find the library? It grabs it from the composer autoloader -- which is invoked in the lines above the ones you quoted below. :) // Composer autoloading if (file_exists('vendor/autoloa

[fw-general] Re: Getting started: library installed in zendframework/zendframework, vendor/ZF2 is empty dir

2012-09-17 Thread luk
debussy007 wrote > > 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'

[fw-general] Re: Getting started: library installed in zendframework/zendframework, vendor/ZF2 is empty dir

2012-09-17 Thread debussy007
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 direct