Skip to content

willigant/htmlstrap-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLStrap-PHP

Quickly make Bootstrap html elements from common data types in PHP

$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