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

php两个多维数组组合遍历

时间:2017-10-30 19:41:30      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:遍历   std   condition   this   style   .com   blog   http   column   

    $res = $this->LoanRecord->searchloan($conditions,$columns,$page,$this->num,$user_id);
    foreach ($res[1] as $key => $value) {
        if(!empty($value[‘b‘][‘id‘])){
            $result_day = $this->LoanRecord ->getLastDay($value[‘b‘][‘id‘]);
            $res[1][$key][‘m‘] = $result_day[‘m‘];
        }
    }

导出表格单独查询,在写入excel时单独查询遍历

技术分享

 

php两个多维数组组合遍历

标签:遍历   std   condition   this   style   .com   blog   http   column   

原文地址:http://www.cnblogs.com/yangzailu/p/7755757.html

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