Ejemplo n.º 1
0
 public function delete()
 {
     FlightDB::deleteFlight($this);
 }
Ejemplo n.º 2
0
 /** Insert a flight into the database */
 public function insertFlight($args)
 {
     FlightDB::insertFlight($args);
 }