21,891
社区成员
发帖
与我相关
我的任务
分享
$inc_path = array(
'/Common',
'/Db',
'/Upload',
);
set_include_path(get_include_path() . PATH_SEPARATOR . implode(PATH_SEPARATOR, $inc_path));
http://php.net/manual/zh/function.set-include-path.php$path='/usr/xxx';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);