I get the following error messages:
Warning: include_once(Zend\\Db.php) [function.include-once]:
failed to open stream: No such file or directory in
C:\\Ea
I usually store the framework files under a "library" folder:
and then in my bootstrap file, or front controller, I add that "library" folder to the include path:
set_include_path(get_include_path() . PATH_SEPARATOR . '../library');
See also: