Exemple #1
0
 /**
  * 构造函数
  */
 public function __construct()
 {
     parent::__construct();
     $this->user_id = $this->getUid();
     $this->model = Event_Model::instance();
 }