コード例 #1
0
 public function renderLucky()
 {
     $data = new DataModel();
     $this->template->result = $data->lucky();
 }