This class can output the contents of a two dimensional array as an HTML table.
It can display a table with headers defined by the contents of the columns of the first row with their own color and font style.
The remaining rows are displayed with configurable colors that alternate depending whether the number of the row is odd or even.
The rows can be sorted according to the values of a given row. The header lines have links to let the user specifify by which column the table must be sorted.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (62.5%) |
- |
- |
- |
- |
Insufficient (37.5%) |
1794 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
class_arraytable.php |
Class |
Show 2D array in a nice html-table. Ordering option inside. |