diff --git a/Controleur/ControleurAjaxrequeteenteteresumesinistres.php b/Controleur/ControleurAjaxrequeteenteteresumesinistres.php new file mode 100644 index 0000000..4e1cf51 --- /dev/null +++ b/Controleur/ControleurAjaxrequeteenteteresumesinistres.php @@ -0,0 +1,19 @@ +prestataire = new Prestataire(); + } + + public function index() + { + $prestataire_courant = $this->prestataire->getPrestataireCode( $_SESSION['codePrestataire_C']); + + $this->genererVueAjax(array('prestataire_courant' => $prestataire_courant)); + } +} \ No newline at end of file diff --git a/Vue/Requetes/index.php b/Vue/Requetes/index.php index 4a01028..05cadc8 100644 --- a/Vue/Requetes/index.php +++ b/Vue/Requetes/index.php @@ -8,6 +8,9 @@ = _("POLICE") ?> : = $this->nettoyer($_SESSION['numeroPolice_C']) ?> ID: = $this->nettoyer($_SESSION['idPolice_C']) ?> +