Example #1
0
 public function run()
 {
     $rows = Page::getLastNews();
     return $this->render('news', ['rows' => $rows]);
 }