|
|
| Name: |
mysqlLikeDisplay |
| Base name: |
display |
| Description: |
Render array structs in mysql table style or html |
| Related classes: |
fulltext, full text, recursion |
| Version: |
- |
| PHP version: |
- |
| License: |
Free for non-commercial use |
| All time users: |
970 users |
| All time rank: |
3090 |
| Week users: |
0 users |
| Week rank: |
2579 |
| |
|
Mysql draws tables on the command line using +'s and -'s for rows and cells - this class will draw php arrays in the same way.
Also - This class can draw tables in HTML instead - full stylesheet / border /padding configuration from class function calls -
good for throwing data at the screen either in html or as ascii on the command line.
- handles recursion too so you can have html tables within tables within tables - it all gets a bit much to look at but it will do it.
| 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 |
db |
Example |
Query mysql database from linux command line and see results in mysql style table |
mysqllikedisplay.inc |
Class |
renders structs in mysql table style |