Ejemplo n.º 1
0
 public function flushTable($table)
 {
     dump('Flushing ' . $table);
     $sql = "TRUNCATE TABLE {$table}";
     \Lib\DB\Mysql::runQuery($sql);
 }