From e31d160b972a6c78dfa00b205d079d1de95e729a Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 5 Jan 2026 01:06:11 +0000 Subject: [PATCH] a --- Controleur/ControleurPlafondadherent.php | 31 ++++++++++++++++++++++ Vue/Ajaxplafondadherent/index.php | 33 ++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 Controleur/ControleurPlafondadherent.php create mode 100644 Vue/Ajaxplafondadherent/index.php diff --git a/Controleur/ControleurPlafondadherent.php b/Controleur/ControleurPlafondadherent.php new file mode 100644 index 0000000..b25a4d9 --- /dev/null +++ b/Controleur/ControleurPlafondadherent.php @@ -0,0 +1,31 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue("Plafondadherent"); + + $this->adherent = new Adherent(); + $this->garantieadherent = new Garantieadherent(); + + } + public function index() + { + $idAdherent = $_SESSION['idAdherent_C']; + $adherent = $this->adherent->getContexteAdherentId($idAdherent); + $exercieReference = $_SESSION['exercieReference_C']; + $idEntetecontrat = $_SESSION['idEntetecontrat']; + $entecontrats = $this->garantieadherent->getlisteentetecontratadherent($idAdherent); + + $garantieadherents = $this->garantieadherent->getGarantieAdherentEnteteContrat($idAdherent, $idEntetecontrat); + + $this->genererVue(array('adherent' => $adherent, 'garantieadherents' => $garantieadherents, 'entecontrats' => $entecontrats)); + } +} \ No newline at end of file diff --git a/Vue/Ajaxplafondadherent/index.php b/Vue/Ajaxplafondadherent/index.php new file mode 100644 index 0000000..f87519a --- /dev/null +++ b/Vue/Ajaxplafondadherent/index.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+ +
+
+ +