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