CTable simple PHP class to render HTML tables from array
[
]
(https://packagist.org/packages/edtau/ctable)
, (*1)
By Eddie Taube (eddie.taube@gmail.com), (*2)
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., (*3)
License
This software is free software and carries a MIT license., (*4)
Todo
- Add support for CSS classes
- Add support for striped tables
History
v1.2* (2015-11-14)
*Refactoring CTable class, (*5)
v1.1* (2015-11-13)
* Updated the CTable class with tests
* Added methods to build table with addRows and addHeader, (*6)
v1.0* (2015-11-10), (*7)