コード例 #1
0
 function rankAction()
 {
     $rankModel = new Rank();
     $rankData = $rankModel->fetchAll();
     $this->view->ranks = $rankData;
 }