示例#1
0
文件: HasMany.php 项目: jl9n/CuteLib
 public function __construct($model = '\\Cute\\ORM\\Model', $table = '', $foreign_key = '')
 {
     parent::__construct($model, $table);
     $this->foreign_key = $foreign_key;
 }
示例#2
0
文件: cutelib.php 项目: jl9n/CuteLib
 function __construct($c = '\\Cute\\ORM\\Model', $M = '', $EC = '')
 {
     parent::__construct($c, $M);
     $this->foreign_key = $EC;
 }