Friday, October 27, 2006
PHP DataGrid v.3.x.x
--------------------------------------------------------------
To download version 3.2.0 click here.
This version changes:
- Added
-- ability to define array of page sizes
-- case sensitivity (filtering mode)
-- ability to define search field to be a dropdown box (filtering mode)
-- ability to add optional column in datagrid by editing SELECT SQL statement
-- new css template (default)
-- ability to define column data to be a link on edit mode page
("linktoview" in setColumnsInViewMode())
- Improved:
-- setModes()
-- css class "default"
-- working with $_REQUEST vars
- Fixed bugs:
-- in filtering mode
-- in tabular layout drawing
-- in columnar layout drawing
-- in paging after search
-- empty table bug
To download version 3.1.0 click here.
--------------------------------------------------------------
PHP DataGrid documentation for version 3.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. Lisencing
------------------------------
GNU GPL. See the Lisence.txt file.
3. Installation
------------------------------
<? require_once($PHP_DATAGRID_FOLDER_PATH."/datagrid.class.php") ?>
Where $PHP_DATAGRID_FOLDER_PATH - is a path to the folder
named "datagrid" stored on your server.
3. General Features
------------------------------
- CSS emb.templates
- Column sorting
- Filtering
- Pagging
- Automatic validation
-- Client side
- View mode
-- Tabular layout
-- Columnar layout
- Details mode
-- Columnar layout
- Add new mode
- Edit mode
-- Tabular layout
-- Columnar layout
- Delete mode
To see example of code click here.
To download version 3.2.0 click here.
To download version 3.1.0 click here.
--------------------------------------------------------------
Subscribe to:
Post Comments (Atom)
1 comment:
Hi friends,
Really amazing blog post. I saw and read your blog,This site is useful to PHP programmers. I know that it will help me in my own stuffs. I think it may be relevant.
Post a Comment