PHP DataGrid v.1.x.x

6:45:00 AM 0 Comments A+ a-





--------------------------------------------------------------
To download version 1.1.1 click here.
This version changes:
 - fixed bugs in getHeaderName()
 - fixed bugs in noDataFound()
 - fixed bugs in setColumnsInViewMode()
 - fixed bugs in combine_url()
 - fixed bugs in setCssClass()

To download version 1.1.0 click here.



--------------------------------------------------------------
PHP DataGrid document for version 1.x.x 
--------------------------------------------------------------

1. System Requirements
------------------------------
PHP DataGrid is operating system independent. You get it works on both Linux and 
Windows. You need following components are installed:

- PHP 4.0 script engine or later 
- Apache 1.3 or above 
- mySQL 3.23 or above 

2. Installation 
------------------------------
<? include("$PHP_DATAGRID_FILE_PATH/datagrid.class") ?>
Where $PHP_DATAGRID_FILE_PATH - is a file path where PHPDataGrid stored on your server.

You may also use require() PHP function instead of include().

3. Features
------------------------------
- View mode
- Columns sorting
- Paging 
  -- current/total pages selector
  -- pager
  -- page size drop-down box
- embedded css templates

To download version 1.1.1 click here.