コード例 #1
0
ファイル: class.db_mysql.php プロジェクト: etlapa/uiest
 public static function allow_more_queries($boolean = true)
 {
     if (is_bool($boolean)) {
         DB_MySQL::$_allow_more_queries = $boolean;
     }
 }