phpcms 添加稿件到栏目 add_content
生活随笔
收集整理的這篇文章主要介紹了
phpcms 添加稿件到栏目 add_content
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
private $db;
private $content_model;
public function __construct() {parent::__construct ();$this->content_model = pc_base::load_model('content_model');$this->siteid = 1;
}public function add(){$info['title']='標題';$info['description']='摘要';$info['content']='內容';$info['thumb']='縮略圖';$info['catid']=$catid;$retid=$this->content_model->add_content($info);
}
?
轉載于:https://www.cnblogs.com/mracale/p/9020563.html
總結
以上是生活随笔為你收集整理的phpcms 添加稿件到栏目 add_content的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 埋点测试-移动端/PC端
- 下一篇: Uva 1025 - A Spy in