草庐IT

ZendGdata

全部标签

php - ZendGdata框架路径设置错误

您好,我正在使用ZendGdata-1.12.5框架在youtube上上传视频我在我的php代码中使用了以下内容$path='./ZendGdata-1.12.5/library/';set_include_path(get_include_path().PATH_SEPARATOR.$path);require_once('Zend/Loader.php');Zend_Loader::loadClass('Zend_Gdata');Zend_Loader::loadClass('Zend_Gdata_YouTube');Zend_Loader::loadClass('Zend_Gda