码迷,mamicode.com
首页 > 编程语言 > 详细

TP5返回多维数组

时间:2020-04-07 19:59:26      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:end   多维数组   att   getchild   prot   value   where   app   protect   

利用模型实现

class Cate extends Model
{
    protected $append = [‘children‘];

    public function getChildrenAttr($value,$data)
    {
        return Cate::where(‘fid‘,$data[‘id‘])->select();
    }
}
 
$data  = (new CateModel())->where([‘status‘=>1,‘recomm‘=>1])->select();
 
 

TP5返回多维数组

标签:end   多维数组   att   getchild   prot   value   where   app   protect   

原文地址:https://www.cnblogs.com/corvus/p/12655412.html

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