Example #1
0
 function del($table, $condition, $connect)
 {
     $db = new CTextDB();
     return $db->delete($condition, $table);
 }