public function actionIndex() { $newsList = array(); $newsList = Random::getRandList(); require_once ROOT . '/views/news/index.php'; return true; }