public function actionManage() { $model = new Sport('search'); $model->unsetAttributes(); if (isset($_GET['Sport'])) { $model->attributes = $_GET['Sport']; } $this->render('manage', array('model' => $model)); }