コード例 #1
0
ファイル: RecargaController.php プロジェクト: rapbore/rch2
 public function actionVerPendientesOperador()
 {
     $model = new Recarga('search');
     $model->unsetAttributes();
     $dataProvider = $model->cargarPendientesOperador();
     $this->layout = 'column1';
     $this->render('recargasPendientesOperador', array('dataProvider' => $dataProvider, 'model' => $model));
 }