コード例 #1
0
ファイル: Clients.php プロジェクト: semho/customer-DB
 public function actionAllShow()
 {
     $this->view->items = Model::findAll();
     $this->view->display('all');
 }