예제 #1
0
 public function delete($id, $tag)
 {
     return parent::delete(array('post_id' => $id, 'tag' => $tag));
 }