public function actionTcAgreement() { $model = new CompanyListingAgreement('search'); $model->unsetAttributes(); // clear any default values $this->render('agreement', array('model' => $model, 'actions' => $this->listActionsCanAccess)); }