public function actionIndex() { $model = new Proveedores(); $datos = $model->getProveedores(); $this->render('index', compact("datos")); }