コード例 #1
0
ファイル: ArticleController.php プロジェクト: anderpo/oop.ru
 public function actionAll()
 {
     $items = Article::getAll();
     include __DIR__ . '/../view/articles/all.php';
 }