二维数组怎么遍历三维数组?

来源:1-1 PHP可以做什么?

最爱GD

2016-01-18 19:30

<?php

class IndexAction extends Action

{

public function index()

{

$typeInfo = M("goodstype")->select();


$this->assign("pageName","index");

$this->display();

}

}


写回答 关注

1回答

  • 猥琐控灬嫌疑人
    2016-01-18 23:07:05

    不太清楚啊

PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

456328 学习 · 6589 问题

查看课程

相似问题