示例#1
0
 protected function get_data()
 {
     $data = parent::get_data();
     $data['user'] = $this->user;
     return $data;
 }