PHP Classes
elePHPant
Icontem

Table Constructor: Display an HTML table from array, JSON or XML

Recommend this page to a friend!

  Author Author  
Picture of Ewg
Name: Ewg <contact>
Classes: 4 packages by
Country: Russian Federation Russian Federation


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This class can be used to display an HTML table from array, JSON or XML.

It can traverse data from an array and generate an HTML table that displays that data.

It can also read data from a JSON or XML file and convert it into an array so it can also be displayed in an HTML table.

1. Simply to use
new Table ($data); // work with array
new Table ('data.json', 'json-file');
new Table ($json_string, 'json'); // work with json-string
new Table ('data.xml', 'xml-file'); // work with xml-file
new Table ($xml_string, 'xml'); // work with xml-string
2. Universal: array, xml, json
3. Quick

  Classes of Ewg  >  Table Constructor  >  Download Download .zip .tar.gz  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Table Constructor
Base name: array_xml_json2table
Description: Display an HTML table from array, JSON or XML
Version: 1.0
PHP version: 5.0
License: Free for non-commercial use
 
  Groups   Screenshots Screenshots   Applications   Files Files  

  Groups  
Group folder image HTML HTML generation and processing View top rated classes
Group folder image XML XML parsing and generation View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes

  Files folder image Screenshots  
Screenshot
File Role Description
Accessible without login Image file Screenshot Screen Result screenshot. json-file


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Accessible without login Plain text file data.json Data Data from json-file
Accessible without login Plain text file data.xml Data Data from xml-file
Accessible without login Plain text file example.php Example Example
Accessible without login Plain text file table.class.php Class Table class

Install with Composer Install with Composer - Download Download all files: array_xml_json2table.tar.gz array_xml_json2table.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.