function __autoload($className){ //如果是其他类,将类名转为小写 include strtolower($className).".class.php"; }
$include_path=get_include_path(); $include_path.=PATH_SEPARATOR.OURCLASSPATH."/"; set_include_path($include_path);