コード例 #1
0
ファイル: iSQLite.class.php プロジェクト: Junred/iCMS
 public static function flush()
 {
     self::$last_result = array();
     self::$col_info = null;
     self::$last_query = null;
 }