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.
|
|
| Name: |
Array Table |
| Base name: |
class_arraytable |
| Description: |
Output a two dimensional array in an HTML table |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
3029 users |
| All time rank: |
1054 |
| Week users: |
1 user |
| Week rank: |
2100  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (62.5%) |
- |
- |
- |
- |
Insufficient (37.5%) |
2103 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| File |
Role |
Description |
class_arraytable.php |
Class |
Show 2D array in a nice html-table. Ordering option inside. |