예제 #1
0
 public function actionIndex()
 {
     $model = new Database();
     return $this->render('index', ['model' => $model, 'tables' => $model->getStatus()]);
 }