Example #1
0
 function deleteFrom($table)
 {
     $instance = new Query($this);
     $instance->deleteFrom($table);
     return $instance;
 }