dsfsd43523 2016-06-24 22:24
浏览 41
已采纳

Codeigniter:传递给视图的解析数组

i've to parse an array and print its reslut in a table , this is how i am passing array to view in
controller

public function history(){
            $history_result= array();
            $history_result = $this->user_model->user_history($this->user_id,0);
            $this->result_set['data'] = $history_result;
            $this->load->view('test',  $this->result_set);  
         }

in view if i var_dump $data i get array (size=1)

  0 => 
    object(stdClass)[19]
      public 'id' => string '1' (length=1)
      public 'user_id' => string '1' (length=1)
      public 'sender_name' => string 'test' (length=14)
      public 'sender_mobile' => string '12323' (length=10)
      public 'receiver_name' => string 'sfsf' (length=4)
      public 'sender_location' => string 'sfsf' (length=4)
      public 'receiver_location' => string 'sfsfs' (length=5)
      public 'receiver_mobile' => string '0' (length=1)
      public 'is_urget' => string '0' (length=1)
      public 'is_assigned' => string '0' (length=1)
      public 'request_type' => string '0' (length=1)
      public 'attachment_id' => string '' (length=0)
      public 'status' => string '0' (length=1)

my question is how do i access each item out of this result so that may print in a html table like this

<tr>id : 1</tr>
<tr>sender name : name..</tr>
  • 写回答

1条回答 默认 最新

  • dqkx69935 2016-06-24 22:39
    关注

    If you have this in your model

    return = $this->db->get()->row();//one result
    

    In your view you can display like

    $data->id . '<br>' . $data->user_id . '<br' . $data->sender_name ...
    

    if in your model get a multiple rows like

    return = $this->db->get()->result();//as many as you have
    

    In your view

    foreach($data as $item){
    echo '<tr>';
    echo '<td>'.$item->id.'</td>';
    echo '<td>'.$item->user_id.'</td>';
    echo '<td>'.$item->sender_name.'</td>';
    ...
    echo '</tr>';
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度