Exemplo n.º 1
0
 public static function delete($identification)
 {
     $query = "delete from Owners where identification = '" . $identification . "'";
     return Owner::exec($query);
 }