Hi, using Zend Framework need set include_path to the Zend library in the apllication index.php, something like this:
// Set include path to Zend (and other) libraries
set_include_path(BASE_PATH . '/library' .
PATH_SEPARATOR . APPLICATION_PATH . '/models' .
PATH_SEPARATOR ...