public function edit()
 {
     $id = I('id');
     parent::common_edit($this->model, $id, 'Addons/edit');
 }
 public function edit()
 {
     $model = $this->getModel('keyword');
     parent::common_edit($model, 0, 'Addons/edit');
 }