public function actionAdmin() { $model = new IguCompanytype('search'); $model->unsetAttributes(); if (isset($_GET['IguCompanytype'])) { $model->setAttributes($_GET['IguCompanytype']); } $this->render('admin', array('model' => $model)); }