2017 © Pedro Peláez
 

library html-strap-php

Quickly make Bootstrap html elements from common data types in PHP

image

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

The README.md

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)

The Versions

11/07 2015

dev-master

9999999-dev

Quickly make Bootstrap html elements from common data types in PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

bootstrap tables

11/07 2015

v1.0.0

1.0.0.0

Quickly make Bootstrap html elements from common data types in PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

bootstrap tables

11/07 2015

v0.1.0

0.1.0.0

Quickly make Bootstrap html elements from common data types in PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

bootstrap tables