thinkphp5--模型

CURD操作

添加数据

添加数据返回自增主键id

$uid = $this->db->insertGetId($data);

 

posted @ 2018-12-30 12:26  liwuming  阅读(109)  评论(0编辑  收藏  举报