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