這個時候就是要配置include_path一勞永逸php
$path = __DIR__; set_include_path(get_include_path() . PATH_SEPARATOR . $path);