library html-strap-php
Quickly make Bootstrap html elements from common data types in PHP
willwashburn/html-strap-php
Quickly make Bootstrap html elements from common data types in PHP
- Saturday, July 11, 2015
- by willwashburn
- Repository
- 3 Watchers
- 2 Stars
- 2,535 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 2 Open issues
- 3 Versions
- 0 % Grown
HTMLStrap-PHP
Quickly make Bootstrap html elements from common data types in PHP, (*1)
```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();, (*2)
echo $messages_table; // some bootstrapy table
```, (*3)
dev-master
9999999-dev
Quickly make Bootstrap html elements from common data types in PHP
Sources
Download
MIT
The Requires
bootstrap
tables
v1.0.0
1.0.0.0
Quickly make Bootstrap html elements from common data types in PHP
Sources
Download
MIT
The Requires
bootstrap
tables
v0.1.0
0.1.0.0
Quickly make Bootstrap html elements from common data types in PHP
Sources
Download
MIT
The Requires
bootstrap
tables