2
我Zend框架和代碼的PHP的使用庫(沒有使用結構Zend的,只使用Zend框架的庫),當我加載的Zend的庫是錯誤:錯誤時Zend框架的加載庫
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Search/Lucene/Storage/File/Filesystem.php'
(include_path='.;C:\php\pear;C:\wamp\www\Zend') in C:\wamp\www\...\Zend\Search\Lucene\Storage\Directory\Filesystem.php on line 349
我把Zend公司的圖書館在C:\ WAMP \ WWW \ Zend的 我打電話的Zend庫在這裏代碼PHP:
ini_set("include_path", ini_get("include_path") . ";C:\\wamp\\www\\Zend");
require_once 'Zend/Search/Lucene.php';
如何加載Zend公司的圖書館在這種情況下?