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

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