php 对象转数组
2020-12-13 06:04
阅读:429
标签:points ice mit self log cat array category lis php 对象转数组 标签:points ice mit self log cat array category lis 原文地址:https://www.cnblogs.com/roseY/p/11165435.html$list = self::field(‘id,ngzb_goods_category_id,name,logo,points,price‘)
->where(‘ngzb_goods_category_id‘,$categoryId)
->limit(20)
->page($page)
->select();
$list = collection($list)->toArray(); //对象转数组
评论
亲,登录后才可以留言!