After some playing with PHP, I wanted to create a new class but I didn’t really know what. So after some time I founded a nice task to do :). So here is my “Table Class”. It’s a easy way to create a HTML table from a PHP array.
The code:
Usage:
This is a very simple Table Class because you can’t define attributes like title, class, id, etc. But you are free to use and to change off course :).
~Juje007