コード例 #1
0
ファイル: GroupPresenter.php プロジェクト: josiff/fri-sandbox
 public function renderList()
 {
     $this->template->groups = $this->groupModel->findAll();
 }