public function actionIndex() { $model = Battle::model()->findall(); $this->render('index', array('model' => $model)); }