聯(lián)系官方銷售客服
1835022288
028-61286886
更新文章的方法要用哪個才行
$this->_module_init($mid, SITE_ID);
$data = $this->content_model->get_data($id);
獲取數(shù)據(jù)修改后,再去更新數(shù)據(jù)
我用save_content好像不行
$this->content_model->save_content($id, [
'title' => $newtitle,
'content' => $newcontent
]);
$this->content_model->table_site(MOD_DIR)->update($id, ["title"=>$newtitle]);
$this->content_model->table_site(MOD_DIR."_data_".$data['tableid'])->update($id, ["content"=>$newcontent]);
嗯哼?$this->content_model->save_content(0, $save); 這個應(yīng)該對啊,怎么會不對
還真沒試過,但是從代碼上看,好像沒錯