From a45a3e0345890b9df3c5fa7c82966a64491eca02 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 14 Dec 2022 12:52:11 +0100 Subject: MODEL + reorganisation --- php/functions.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 php/functions.php (limited to 'php/functions.php') diff --git a/php/functions.php b/php/functions.php deleted file mode 100644 index 83ebead..0000000 --- a/php/functions.php +++ /dev/null @@ -1,26 +0,0 @@ - /dev/null 2>&1 &'; - // stdout > /dev/null et & permettent de rendre la main à PHP - // stderr > stdout pour cacher un message inutile - return $command; -} - -function recherche_client(string $saisie): array -{ - $resultats = []; - - // recherche dans la BDD - - - return($resultats); -} -- cgit v1.2.3