/**
*完成需要哪个类就加载哪个类
*/
function __autolad($class_name)
{
require './'.$class_name."class.php";
}
php自动加载