这个时候就是要配置include_path一劳永逸php
$path = __DIR__; set_include_path(get_include_path() . PATH_SEPARATOR . $path);