PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Alexandre Sinício   PHP Array into HTML Table   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/plain
Description: README
Class: PHP Array into HTML Table
Generate HTML tables from data in arrays
Author: By
Last change:
Date: 7 years ago
Size: 429 bytes
 

Contents

Class file image Download
It can be a pain to format HTML tables. It can be a pain to output that array of data in an user-friendly way. This class tries to simplify the job of creating these tables. The basic usage allows to output HTML code with just three lines. The class also provides enough flexibility to set custom ID and classes to the table, rows and even individual cells. Every suggestion and/or bug report will be mostly appreciated.