View Single Post
  #3 (permalink)  
Old 01-13-2008, 01:35 AM
mitchellh mitchellh is offline
Junior Member
 
Join Date: Jan 2008
Posts: 1
Default

Hi,

SpotSec is right.

PHP Code:
ini_set('include_path'ini_get('include_path') . ':../library'); 
The whole purpose of that line is to let PHP know where the Zend Framework "library" folder is. Make sure the Zend framework, in this case, is in "../library" relative to where your PHP script is and it will work

By the way, I'm glad you're using my screencasts I got this forum URL from a pingback I received from you linking it.

If you're still confused about the library folder, be sure to check out the first "installing" screencast.

Mitchell
Reply With Quote