edtau-table / ctable
Classes for HTML Tables
dev-master
2015-11-14 18:14 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2026-03-05 01:48:14 UTC
README
[]
(https://packagist.org/packages/edtau/ctable)
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)