Example #1
0
 public function actionAll()
 {
     $items = Article::getAll();
     include __DIR__ . '/../view/articles/all.php';
 }