会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
首页
新随笔
联系
管理
2022年9月23日
laravel DB::select 结果转为数组
摘要: 1、select结果 数组元素为对象,需要将对象转为数组,方便使用。 $sql = "select id, order_code, content from oms_order_log where id < 10"; $data = DB::select($sql); dd($data); arra
阅读全文
posted @ 2022-09-23 10:43 pine007
阅读(2103)
评论(0)
推荐(0)
编辑