Ejemplo n.º 1
0
 public function actionIndex()
 {
     $model = new UserRoles('search');
     $model->unsetAttributes();
     // clear any default values
     if (isset($_GET['UserRoles'])) {
         $model->attributes = $_GET['UserRoles'];
     }
     $this->render('index', array('model' => $model));
 }