Example #1
0
 protected function actionIndex()
 {
     $this->view->news = \App\Models\Article::findLastN(3);
     $this->view->display(__DIR__ . '/../../templates/index.php');
 }