码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp-execute

时间:2017-02-10 18:53:17      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:thinkphp-execute

说明

    原生SQL操作-写入

示例

Db::execute(‘insert into think_user (id, name) values (?, ?)‘,[8,‘thinkphp‘]);

占位符

Db::execute(‘insert into think_user (id, name) values (:id, :name)‘,[‘id‘=>8,‘name‘=>‘thinkphp‘]);


本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1896662

thinkphp-execute

标签:thinkphp-execute

原文地址:http://suyanzhu.blog.51cto.com/8050189/1896662

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!