From 1321dda38e90780daf204dc7448a9e24121e39d5 Mon Sep 17 00:00:00 2001 From: beaulaton Date: Tue, 1 Oct 2024 09:19:59 +0200 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20classe=20user=20en=20php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/user.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 script/user.php diff --git a/script/user.php b/script/user.php new file mode 100644 index 0000000..a38d082 --- /dev/null +++ b/script/user.php @@ -0,0 +1,18 @@ +id = $identify; + $this->passwd = $password; + $this->img = $image; + $this->email = $mail; + } +} +function __checkLogin(){ + /*Envoie donnée à la bdd*/ +} +?> \ No newline at end of file