Пример #1
0
 public function actionIndex()
 {
     $model = Battle::model()->findall();
     $this->render('index', array('model' => $model));
 }