duandang9434 2014-10-02 16:18
浏览 61
已采纳

在twitter bootstrap上使用foreach显示每行四个结果

I'm working with twitter bootstrap framework and need to display a long resultset with the foreach control structure.

To gain space, I'd like to display 4 results per "bootstrap row", like this:

<div class="row">
    <div class="col-md-3">
        1 table row
    </div>
    <div class="col-md-3">
        1 table row
    </div>
    <div class="col-md-3">
        1 table row
    </div>
    <div class="col-md-3">
        1 table row
    </div>
</div>

<div class="row">
    <div class="col-md-3">
        1 table row
    </div>
    <div class="col-md-3">
        1 table row
    </div>
    <div class="col-md-3">
        1 table row
    </div>
    <div class="col-md-3">
        1 table row
    </div>
</div>

//...more bs rows

How should I build the php foreach structure to render the above html?

Thanks

  • 写回答

1条回答 默认 最新

  • douzhongju8780 2014-10-02 16:28
    关注

    I think you don't even have to start a new row manually. If you just echo all your elements with the class "col-md-3" in one "row" it should break automatically after 4 and its even more flexible for a responsive website.

    Like this:

    <div class="row">
        <div class="col-md-3">
            1 table row
        </div>
        <div class="col-md-3">
            1 table row
        </div>
        <div class="col-md-3">
            1 table row
        </div>
        <div class="col-md-3">
            1 table row
        </div>
        <div class="col-md-3">
            1 table row
        </div>
        <div class="col-md-3">
            1 table row
        </div>
        <div class="col-md-3">
            1 table row
        </div>
        <div class="col-md-3">
            1 table row
        </div>
    </div>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 ue5 .3之前好好的现在只要是激活关卡就会崩溃
  • ¥50 MATLAB实现圆柱体容器内球形颗粒堆积
  • ¥15 python如何将动态的多个子列表,拼接后进行集合的交集
  • ¥20 vitis-ai量化基于pytorch框架下的yolov5模型
  • ¥15 如何实现H5在QQ平台上的二次分享卡片效果?
  • ¥15 python爬取bilibili校园招聘网站
  • ¥30 求解达问题(有红包)
  • ¥15 请解包一个pak文件
  • ¥15 不同系统编译兼容问题
  • ¥100 三相直流充电模块对数字电源芯片在物理上它必须具备哪些功能和性能?