Exemplo n.º 1
0
 /**
  * third sequence 
  * Method untuk menampilkan manage data rule
  */
 public function actionAdmin()
 {
     $model = new Rule('search');
     $model->unsetAttributes();
     if (isset($_GET['Rule'])) {
         $model->attributes = $_GET['Rule'];
     }
     $this->renderPartial('_admin', array('model' => $model, false, true));
 }