HTML: Kreatura
tomekglinski (contact me)
This class provides an object oriented interface to create HTML tables programatically.
Kreatura is useful when you want to create an HTML page with several visual elements that should be displayed in specific places. This is often done by putting these elements into tables. However, creating many tables with a complex structure of row and column spans often becomes tedious and not very efficient.
With Kreatura you can build your tables just by creating cells with specified dimensions and content, add the cells to the tables and generate the HTML code.
If any of the cells becomes superfluous, just remove it with one command. You are assured that by removing one cell it will not change the positions of the remaining elements.
Working example: http://dynamit.im.pwr.wroc.pl/tglinski/index_en.php?strefa=litter
Click here for detailed information about this class on phpclasses.org