edtau-table/ctable

Classes for HTML Tables

dev-master 2015-11-14 18:14 UTC

This package is not auto-updated.

Last update: 2024-09-18 18:43:49 UTC


README

[Latest Stable Version] (https://packagist.org/packages/edtau/ctable) Build Status Scrutinizer Code Quality Code Coverage

By Eddie Taube (eddie.taube@gmail.com)

CTable is intended to be used with Anax-MVC (https://github.com/mosbth/Anax-MVC) but can also easy be used for a custom PHP application.

License

This software is free software and carries a MIT license.

Todo

  • Add support for CSS classes
  • Add support for striped tables

History

v1.2* (2015-11-14) *Refactoring CTable class

v1.1* (2015-11-13)

  • Updated the CTable class with tests
  • Added methods to build table with addRows and addHeader

v1.0* (2015-11-10)