public function delete() { FlightDB::deleteFlight($this); }
/** Insert a flight into the database */ public function insertFlight($args) { FlightDB::insertFlight($args); }