willwashburn/html-strap-php

该包已被废弃,不再维护。作者建议使用 willigant/htmlstrap-php 包。

从PHP中的常见数据类型快速生成Bootstrap HTML元素

v1.0.0 2015-07-11 16:48 UTC

This package is auto-updated.

Last update: 2022-02-01 12:27:12 UTC


README

从PHP中的常见数据类型快速生成Bootstrap HTML元素

$messages_table = new table($data)
                ->hide_columns('user_id','updated_at')
                ->rename_column('phone_number','Phone Number')
                ->add_delete_column('/message/remove/')
                ->condensed()
                ->striped();

                echo $messages_table; // some bootstrapy table