示例#1
0
文件: Eloquent.php 项目: juaniiie/mwi
 public function __construct($attributes = array(), $exists = false)
 {
     parent::__construct($attributes, $exists);
 }
示例#2
0
 public function __construct($table, $connection = null)
 {
     $this->pivot_table = $table;
     $this->pivot_connection = $connection;
     parent::__construct(array(), true);
 }