コード例 #1
0
ファイル: Functions.php プロジェクト: hamzacage/RunnetDB-BETA
 public static function terminate()
 {
     Initialize::table(null);
     Initialize::prepared(false);
 }
コード例 #2
0
 public static function prepared($bool)
 {
     self::$prepared = $bool;
 }