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"; //~ } }