//添加以下代码就能autoload 类
spl_autoload_extension('.class.php');
set_include_path(get_include_path().PATH_SEPARATOR."libs");
spl_autoload_register();
spl_autoload_extension('.class.php');
set_include_path(get_include_path().PATH_SEPARATOR."libs");
spl_autoload_register();
2016-03-04