#832 | |
#833 | // 写入内容标签表 |
#834 | $this->cms_content_tag_data->table = 'cms_'.$table.'_tag_data'; |
#835 | foreach($tagdatas as $tagdata) { |
#836 | $this->cms_content_tag->update($tagdata); |
#837 | $this->cms_content_tag_data->set(array($tagdata['tagid'], $id), array('id'=>$id)); |
#838 | } |
#839 | // 删除不用的标签 |
#840 | foreach($tags_old as $tagid => $tagname) { |
#841 | $tagdata = $this->cms_content_tag->get($tagid); |