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