From b9c74de6d12ef40ab4baf67303ab22a10fcd5b32 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 25 Feb 2023 17:30:20 +0100 Subject: =?UTF-8?q?document=20locations,=20correction=20de=20pas=20mal=20d?= =?UTF-8?q?e=20probl=C3=A8mes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/Model.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/model/Model.php') diff --git a/src/model/Model.php b/src/model/Model.php index 6a7907c..9039aa6 100644 --- a/src/model/Model.php +++ b/src/model/Model.php @@ -7,11 +7,11 @@ abstract class Model extends DB protected $table; // <= enfant //static protected $tableStructure; - public function __construct() // à surcharger - { + //~ public function __construct() // à surcharger + //~ { //~ $this->table = strtolower(__CLASS__); //~ echo "TABLE = " . $this->table . "\n"; - } + //~ } // getters public function getTable(): string -- cgit v1.2.3