Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2004-01-14 (12 years ago) | 18% | Total: 1,228 | All time: 3,005 This week: 1,077 |
Version | License | Categories | ||||
classtohtmlconverter 1.0 | GNU General Publi... | Debug |
Description | Author | |||||||||||||
This class is meant to display the structure of any class as an HTML table. |
|
This class converts a class object or collections of classes into easily viewable html tables. It helps in easy debugging and display of data saved in your classes or collection or classes. This class is assuming for every variable in your class, you have a get method to retreive the data. If you dont have a get method, the code can be easily changed to take care of it. example use <? $thisClassToHTML = new convertClassToHTMLTable(); $thisClassToHTML->setClassObject($someClass); $thisClassToHTML->generateHTML(); ?> |
Files |
File | Role | Description |
---|---|---|
convertClassToHTMLTable.class.php | Class | Source code for class |
exampleScript.php | Example | example script |
README | Doc. | how to use this class |
classtohtmlconverter-2004-01-14.zip 1KB | |
classtohtmlconverter-2004-01-14.tar.gz 1KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
phpCodeGenie Code Generator for PHP Database Driven applications |
If you know an application of this package, send a message to the author to add a link here.