PHP Classes

PHP Create Simple Table: Generate HTML table with a desired dimension

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 137 All time: 9,259 This week: 206Up
Version License PHP version Categories
php-simple-table 1.0.0Freely Distributable5HTML, PHP 5
Description 

Author

This is a very simple package that can Generate HTML table with a given number of rows and columns.

It has very simple model, view and controller classes that can generate the necessary tags for a table.

The example script shows how to retrieve the table rows via AJAX using jQuery.

Picture of Fortune James
  Performance   Level  
Name: Fortune James <contact>
Classes: 4 packages by
Country: Nigeria Nigeria

Example

<?php
   
       
       
       
require 'classfile.php';
       
               
       
       
$result = new Table();
   
   
       
   
?>


  Files folder image Files (4)  
File Role Description
Plain text file classfile.php Class Sample PHP Class File
Plain text file index.php Data Sample Landing PAge
Plain text file jquery.js Data Dependency File
Plain text file result.php Example PHP Handler Script

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:137
This week:0
All time:9,259
This week:206Up