当前位置: 首页 > 工具软件 > Table Library > 使用案例 >

CI Library Table

邵刚洁
2023-12-01

CI提供了一个表格类 可以方便的生成表格

    $template = array('table_open' => '<table class = "table">');
    $this->table->set_template($template);
    echo $this->table->generate($table);

以上代码可以输出table这个二维数组表格
其中表头加入了样式
只要引用bootstrap就可看到最基础的bootstrap表格了

 类似资料:

相关阅读

相关文章

相关问答