首页 小组 问答 话题 好文 用户 我的社区 域名交易

[分享]thinksaas增加数据方法

发布于 2024-12-11 12:00:59
1
88
$topicid = aac('topic')->create ('topic', array (
			'groupid' => $groupid,
			'typeid' => $typeid,
			'userid' => $userid,
			'title' => $title,
			'content' => $content,
			'gaiyao'=>$gaiyao,
			'score'=>$score,
			'iscomment' => $iscomment,
			'iscommentshow' => $iscommentshow,
			'isaudit' => $isaudit,
			'addtime' => time (),
			'uptime' => time () 
		) );
评论 (1)
站长交流