码迷,mamicode.com
首页 > 其他好文 > 详细

TP5语法

时间:2019-11-11 12:59:28      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:HERE   tp5   数组   数据   select   ble   color   数据集   返回   

//查询一个数据专用
DB::table(‘think_user‘)->where(‘id‘,1)->find();
查询的结果不存在,返回null
//查询数据集使用:
DB::table(‘think_user‘)->where(‘id‘,1)->select();
select 查询结构不存在,返回空数组

TP5语法

标签:HERE   tp5   数组   数据   select   ble   color   数据集   返回   

原文地址:https://www.cnblogs.com/xiong-hua/p/11833914.html

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