dtp87205 2016-03-17 15:48
浏览 102
已采纳

输出多维数组

I'm trying to call this array but I'm getting an Array to string conversion Error. I'm not sure what I'm doing wrong, I'm just learning. If anyone could help me get this set up correctly I would greatly appreciate it!

Array:

public function getPricing()
{
    $windows = array("Storm Windows" => array("(includes removal, cleaning, 
                                            and replacement)", " - $12.00")
                    , "Double Hung" => array("(opens up and down)" ,
                                             " - $9.00")
                    , "Casement" => array("(crank out or stationary
                                             window)" ," - $8.00")
                    , "Transom" => array("(rectangle window over top of a   
                                             window)" ," - $3.00")
                    );


  return view('pages.pricing')
      ->with("windows", $windows);

}

Calling it in the view:

   @foreach ($windows as $window => $DescriptionPrice)
        <h2>{{$window . $DescriptionPrice}}</h2>
   @endforeach
  • 写回答

2条回答 默认 最新

  • douyun6781 2016-03-17 15:57
    关注

    Try this code: You were tying to output an array which is not a string. So, you need to select the array item you need to print out as shown below.

    @foreach ($windows as $window => $DescriptionPrice)
       <h2>For {{ $window }} - {{$DescriptionPrice[0]}} - {{$DescriptionPrice[1]}}</h2>
    @endforeach
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 unity第一人称射击小游戏,有demo,在原脚本的基础上进行修改以达到要求
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b