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