码迷,mamicode.com
首页 > 数据库 > 详细

在laravel中,使用DB查询数据库后,返回的对象,可以用下面的办法变为数组

时间:2018-03-17 19:42:26      阅读:360      评论:0      收藏:0      [点我收藏+]

标签:turn   array   cti   ble   node   使用   数据库   func   UNC   

$nodes = Db::table(‘account‘)->orderBy(‘sort‘, ‘asc‘)->orderBy(‘id‘ ,‘asc‘)->get()->map(function ($value) {
            return (array)$value;
        })->toArray();

在laravel中,使用DB查询数据库后,返回的对象,可以用下面的办法变为数组

标签:turn   array   cti   ble   node   使用   数据库   func   UNC   

原文地址:https://www.cnblogs.com/M-D-Luffy/p/8591771.html

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