summaryrefslogtreecommitdiff
path: root/src/model/traits.php
blob: 03121bee010e61e9a601fad66e5935f3fe9ba25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// src/model/traits.php
//
// fonctions à utiliser par les enfants de Model

trait ModelChildren
{
    //~ public function __construct()
    //~ {
        //~ $this->table = strtolower(__CLASS__);
        //~ echo "TABLE = " . $this->table . "\n";
    //~ }
}