Example #1
0
 public function actionIndex()
 {
     return $this->render('admin/index.tpl', ['groups' => Group::findAll()]);
 }