PHP Classes

File: Description.txt

Recommend this page to a friend!
  Classes of kai   Report   Description.txt   Download  
File: Description.txt
Role: Auxiliary data
Content type: text/plain
Description: description
Class: Report
Show MySQL results in pages updated using AJAX
Author: By
Last change:
Date: 14 years ago
Size: 1,055 bytes
 

Contents

Class file image Download
This class allows you to easily create dynamic and interactive reports, with sorting and navigation, limiting the number of results on a page, from data in a database. features: Can be used with ajax to refresh the data or load the next record set. Can be used on any page that has GET parameters and won't lose the other GET parameters when loading data. You can easily customize every detail in the report, by setting a class name for tables and links, using custom images or text. Allows you to add fields in your report with advanced functions. you can create a field with javascripts,links or basically anything you want and insert any data retrieved from the database for that row anywhere you want in your script. Limit the number of records on a page and customize how you want your navigation to look. Use the column headings to sort data according to that column, and you can add an image to display the direction the data is being sorted. Can create a selector for the user to use to select how many records he wishes to see per page