Exemple #1
0
 public function actionAllShow()
 {
     $this->view->items = Model::findAll();
     $this->view->display('all');
 }