dongya1228 2014-03-15 00:24
浏览 52
已采纳

在Codeigniter视图中使用变量作为数组名称

I passed $data array to view. $data array is like:

$data = array('t0' => array('point' => 0), 't1' => array('point' => 2) .... );

What I am trying to do is using this array in my view as follows:

<?php echo $t0['point']; ?> //It works!

But I am doing this in a for loop by definition of structure. Therefore I need to pass numeric value(near 't' letter) as a variable. How can I achieve this?

  • 写回答

3条回答 默认 最新

  • douwen1313 2014-03-15 00:48
    关注

    you can do like this:

    $count = count($data);   //if you know the count of $data
     for($i = 0; $i < $count; $i++) {
            $var = 't'.$i;
            echo ${$var}['point'];
        }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 请问各位,如何在Jetson nano主控板的Ubuntu系统中安装PyQt5
  • ¥15 MAC安装佳能LBP2900驱动的网盘提取码
  • ¥400 微信停车小程序谁懂的来
  • ¥15 ATAC测序到底用什么peak文件做Diffbind差异分析
  • ¥15 安装ubantu过程中第一个vfat 文件挂载失败
  • ¥20 GZ::CTF如何兼容一些靶机?
  • ¥15 etcd集群部署问题
  • ¥20 谁可以帮我一下问一下各位
  • ¥15 为何重叠加权后love图的SMD与svyCreateTableOne函数绘制基线表的不一致
  • ¥150 求 《小魔指》街机游戏机整合模拟软件