예제 #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;
 }