View Single Post
  #3 (permalink)  
Old 12-31-2007, 09:24 PM
SpotSec's Avatar
SpotSec SpotSec is offline
Senior Member
 
Join Date: Feb 2007
Location: United States
Posts: 122
Default

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
__________________
Zym Framework - A Zend Framework extension library w/ demo app

SpotSec Blog:
http://spotsec.com/blog
Reply With Quote