EasyDataTable
EasyDataTable
$19.95
[ AVAIL SOON ][ DOCUMENTATION ][ DEMO ]

 

EasyDataTable is a set of PHP class objects which will allow you to create data aware html tables in a flash. Inline Editing functions allow you to quickly Add, Modify, and Delete your mysql table data by passing only your database connection object. No other database access code is needed.

Features

  • Easy Installation and Configuration.
  • Programmable Form Controls.
  • Comes with EasyMySQL
  • Customizable Client Side Validation.

Requirements

  • PHP 4.2+

EasyDataTable Demo

Demo

Example Code

Below is a code example for creating and displaying a simple datatable.

<?php
//Load the EasyDataTable class library
include('snp_easydatatable.php');
 
//Instantiate a datatbale object
$table = new DataTable("MyDataTbale");
 

     //Dispaly the datatable
     echo $table->ToHTML();
}
 ?>

[ AVAIL SOON ][ DOCUMENTATION ][ DEMO ][ BACK TO TOP ]

SNP Enterprises © 2005 | Privacy Policy | Terms Of Use