ajout mode de configuration mixte, tableau ou variable ENV

This commit is contained in:
2023-11-02 23:04:35 +01:00
parent 84bf765b84
commit d67916e2ff
5 changed files with 41 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ class Model
protected mixed $values;
protected array $updated;
protected string $table;
protected string $connection = "default";
protected string $connection = "";
protected string $pk;
private ?Db $db;
private bool $new;