コード例 #1
0
 protected function DeleteAction()
 {
     if (Keyword::exist($this->user->user['id'], $this->post_data['id'])) {
         Keyword::delete($this->user->user['id'], $this->post_data['id']);
     }
     exit;
 }