Example #1
0
 public function actionIndex()
 {
     $articleList = array();
     $articleList = Article::getLatestArticles();
     require_once ROOT . '/views/index.php';
     return true;
 }