摘要:
<?phpclass autoloader { public static $loader; public static function init() { if (self::$loader == NULL) self::$loader = new self(); return self::$loader; } public function __construct() { spl_autoload_register(array($this,'model')); spl_autoload_register(array($this,'helper')); 阅读全文
posted @ 2011-10-04 15:58
舍本
阅读(429)
评论(0)
推荐(0)

浙公网安备 33010602011771号