Example #1
0
 public function mysql_delete()
 {
     $this->clear_object_links(UserType::get_mysql_table(), "Owner_id");
     $this->clear_object_links(UserGroup::get_mysql_table(), "Owner_id");
     $this->clear_object_links(Template::get_mysql_table(), "Owner_id");
     $this->clear_object_links(Table::get_mysql_table(), "Owner_id");
     $this->clear_object_links(Test::get_mysql_table(), "Owner_id");
     $this->clear_object_links(CustomSection::get_mysql_table(), "Owner_id");
     $this->mysql_delete_object();
 }