Example #1
0
 public function mysql_delete()
 {
     $this->clear_object_links(Group::get_mysql_table(), "Owner_id");
     $this->clear_object_links(Item::get_mysql_table(), "Owner_id");
     $this->mysql_delete_object();
 }