You have it in the include_path, but it is not right. ZF needs the include path setup to point to the directory containing the "Zend" folder eg libraries/ which contains Zend
ZF takes a namespaced approach (Zend_Controller_Front) -> Zend/Controller/Front.php
|