Where should i set the set_include_path for zend... i am trying to use google calendar on my site, and it works on zend.. i never used zend, i am new to stuff like that,
böylece this google calendar api page diyor:
Bu örnek çalışan veya Zend Framework kullanan kendi kod geliştirme önce, include_path ayarlamak ve uygun sınıfları yüklemek gerekebilir. Içeren yol, bir php.ini ayar kullanarak veya set_include_path yöntemi kullanılarak ayarlanabilir. Bu kod, bir istekleri ..
Nereye i zend yolunu bulmak gerekir? i tipik bir php-apache yapılandırma hav. paylaşılan bir bilgisayar
Ben bunun için bir sürü aradılar ama bir şey bulamadık;
Bu gibi st çalıştı:
set_include_path ('/ usr / local /');
require_once 'usr/lib/Zend/Loader.php';
Zend_Loader::loadClass('Zend_Gdata');
Zend_Loader::loadClass('Zend_Gdata_AuthSub');
Zend_Loader::loadClass('Zend_Gdata_ClientLogin');
Zend_Loader::loadClass('Zend_Gdata_Calendar');
ama çalışmıyor
Thanks a lot!