/**
  * Manages all models.
  */
 public function actionIndex()
 {
     $model = new MastersEmployeeHistoryEmployments('search');
     $model->unsetAttributes();
     // clear any default values
     if (isset($_GET['MastersEmployeeHistoryEmployments'])) {
         $model->attributes = $_GET['MastersEmployeeHistoryEmployments'];
     }
     $this->render('index', array('model' => $model));
 }