diff --git a/Class/class.gestionFiche.php b/Class/class.gestionFiche.php index 198e9f8..8ef92d3 100644 --- a/Class/class.gestionFiche.php +++ b/Class/class.gestionFiche.php @@ -18,4 +18,9 @@ class Class_gestionFiche return $result->fetchAll(); } + public function utilisateur(string $idUtilisateur): array + { + $req = ''; + } + } \ No newline at end of file diff --git a/vues/v_gestionFiches.php b/vues/v_gestionFiches.php index 749d8c0..d400e55 100644 --- a/vues/v_gestionFiches.php +++ b/vues/v_gestionFiches.php @@ -1,12 +1,11 @@