示例#1
0
文件: Guest.php 项目: fluxbb/core
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->id = 1;
     $this->group_id = 1;
 }