时间:2021-07-01 10:21:17 帮助过:23人阅读
实例如下:
$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如何使用str_replace替换多维数组
php在多维数组中查找指定值的方法
有关PHP多维数组合并与排序功能的详解
以上就是php两个多维数组组合遍历实例分享的详细内容,更多请关注Gxl网其它相关文章!