Beispiel #1
0
 public function __construct($model = '\\Cute\\ORM\\Model', $table = '', $foreign_key = '')
 {
     parent::__construct($model, $table);
     $this->foreign_key = $foreign_key;
 }
Beispiel #2
0
 function __construct($c = '\\Cute\\ORM\\Model', $M = '', $EC = '')
 {
     parent::__construct($c, $M);
     $this->foreign_key = $EC;
 }