PHP Classes
elePHPant
Icontem

Class.Table: This class allows you to create dynamic tables.

Recommend this page to a friend!

  Author Author  
Picture of Jason Lotito
Name: Jason Lotito <contact>
Classes: 3 packages by
Country: Canada Canada


  Detailed description   Download Download .zip .tar.gz  
This class allows you to create highly dyanamic tables easily and quickly. It has
full support for anything you can throw at it. It supporst CSS, and all other tags
you may want, even ones you make up. It can handle truly dynamic tables. You can
create a single 'layout structure' and it can handle dynamic col and row spans, changing
in the number of columns, and even supports creating tables inside tables.

This class has been used in production use to speed up development of intensive
reporting features. The class was found to actually be faster to develop with, as
well as faster than using and parsing traditional HTML templates. This is because
the class works completely in memory, storing all the table data in several comprehensive
arrays, not compiling to HTML until you want it to. This allows for dynamic on the
fly editing of any attribute of any element. You can easily add and subtract rows, columns
at any time. Easily add content by the row by simply passing an array.

Indeed, I have not met a table this class doesn't make easier to use than real HTML.

  Classes of Jason Lotito  >  Class.Table  >  Download Download .zip .tar.gz  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Class.Table
Base name: tableclass
Description: This class allows you to create dynamic tables.
Version: -
PHP version: -
License: GNU Lesser General Public License (LGPL)
 
  Groups   Trackback   Applications   Related pages   Files Files  

  Groups  
Group folder image HTML HTML generation and processing View top rated classes


  Pages that reference this package  
Classe para construir tabelas
Num dia complicado como este, vale a minha descoberta desta bela classe escrita em PHP:..

Latest pages that reference packages Latest pages that reference packages


  Applications that use this package  
AdvancedForm
An AdvancedForm class on this site that uses my table class slightly modified for their needs.

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


  Related pages  
Class Support Forum
A support forum for all classes and code developed by Jason Lotito. Here is where you should bring up concerns and questions regarding classes found that you use that are written by him.
Sample
Sample of mutliplication_table.php file in action, using the Table class.

  Files folder image Files  
File Role Description
Plain text file class.table.php Class The core table class.
Accessible without login Plain text file multiplication_table.php Example Sample file of class.table.php in action.
Accessible without login Plain text file README Data Readme file about the class.

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