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
Use set_include_path(). See PHP.net documentation
set_include_path()
Example:
set_include_path(get_include_path() . PATH_SEPARATOR . '/path/to/Zend');