public function delete() { $this->verifyLoaded(); $this->query('DELETE FROM ' . Profildesc::TABLE . ' WHERE profil=' . $this->id); parent::delete(); redirige("droits.php"); }