您好,欢迎访问一九零五行业门户网

smarty 如何在模板上循环遍历输出三维数据?

smarty 怎么在模板上循环遍历输出三维数据???
这个从php传过来的数组结构。
array
(
    [0] => array
        (
            [0] => array
                (
                    [id] => 15
                    [pid] => 0-2-11
                    [name] => 女装
                    [href] => 
                    [date] => 
                )
[1] => array
                (
                    [id] => 18
                    [pid] => 0-2-11
                    [name] => 衬衣
                    [href] => 
                    [date] => 
                )
[2] => array
                (
                    [id] => 40
                    [pid] => 0-2-11
                    [name] => www
                    [href] =>
其它类似信息

推荐信息