Exemplo n.º 1
0
 /**
  * Lists all I18n models.
  * @return mixed
  */
 public function actionIndex()
 {
     $dataProvider = new ActiveDataProvider(['query' => I18n::find()]);
     $searchModel = new I18n();
     return $this->render('index', ['dataProvider' => $dataProvider, 'searchModel' => $searchModel]);
 }