diff options
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 | } | ||
