diff options
author | polo <ordipolo@gmx.fr> | 2023-08-30 12:20:39 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-08-30 12:20:39 +0200 |
commit | 6f4cc3afffde36a13618458ffda72e6104624f36 (patch) | |
tree | fbf77181dee390e048bc5fa340ca60bd078ab22b /src/model/traits.php | |
parent | 747674b450d6840ce9bd9aecd765cf31445ef8d3 (diff) | |
download | AppliGestionPHP-6f4cc3afffde36a13618458ffda72e6104624f36.zip |
section client à part, section modif en cours, bug dans Dates,
Diffstat (limited to 'src/model/traits.php')
-rw-r--r-- | src/model/traits.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/model/traits.php b/src/model/traits.php deleted file mode 100644 index 88451d9..0000000 --- a/src/model/traits.php +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <?php | ||
2 | // src/model/traits.php | ||
3 | // | ||
4 | // fonctions "partagées" par les enfants de Model | ||
5 | |||
6 | trait ModelChildren | ||
7 | { | ||
8 | //~ public function __construct() | ||
9 | //~ { | ||
10 | //~ $this->table = strtolower(__CLASS__); | ||
11 | //~ echo "TABLE = " . $this->table . "\n"; | ||
12 | //~ } | ||
13 | } | ||