public static function Instance() { if (!self::$_instance) { self::$_instance = new Think(); } return self::$_instance; }