コード例 #1
0
ファイル: class_think.php プロジェクト: beerdude26/NewNova
 public static function Instance()
 {
     if (!self::$_instance) {
         self::$_instance = new Think();
     }
     return self::$_instance;
 }