summaryrefslogtreecommitdiff
path: root/src/model/traits.php
blob: 88451d9105fb9803ce63ad95d45d1b7b29182c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// src/model/traits.php
//
// fonctions "partagées" par les enfants de Model

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