Example #1
0
 public function actionIndex()
 {
     $data['report'] = Institution::getReportHome();
     return $this->render('index', $data);
 }