Saturday, December 30, 2006

New "beta" version.

At the last time I receive many letters with the request to accelerate release of new versions. First of the all, thanks for your supporting, but I have not many time for this project, really... Development of this project will be continued, but we'll choose another way.

From now I start to publish the Beta versions of PHP DataGrid, so those people, who want to get a new features - could get them through shorter time intervals.

Ok. So, the first beta version of PHP DataGrid 3.2.3 is available for downloading NOW and HERE!

Friday, December 08, 2006

Some thoughts and ideas...

1. I'm continuing to work persistently (very hard :)) on the next version of PHP DataGrid.
2. Sometimes I think about something more complicated, like PHP Ajax DataGrid. Why not?
3. If you have a public site, that use PHP DataGrid - please, post a link to this site on the forum.

4. Last small bug in version 3.x.x: See forum discussing here.

Saturday, November 11, 2006

New 3.2.0 version of PHP DataGrid


New 3.2.0 version of PHP DataGrid is available for downloading from now.

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

Remember! This is not an update version. If you use old version of PHP DataGrid - you need to reinstall it (see here how you do it).

To download a new version click here.
To see Live Demo click here.

Saturday, October 28, 2006

Some important notes!

PHP DataGrid is still in the development phase, so please...

1. Make sure, that every table in the database you use has a primary key!
2. In "SELECT" SQL statement put this key field at the first place.
3. Don't use in your "SELECT" SQL statement "ORDER BY" option - it's ordered by primary key automaticly.

Small bug in version 3.x.x:
See forum discussing here.

New version 3.1.0 of PHP DataGrid


New version 3.1.0 of PHP DataGrid is available for downloading from now.


General features of this version:
-------------------------
- View mode
  -- Tabular layout
  -- Columnar layout
- Details mode
  -- Columnar layout
- Add new mode
- Edit mode
  -- Tabular layout
  -- Columnar layout
- Delete mode
- Automatic validation
  -- Client side
- Columns sorting
- Fields filtering
- Paging
  -- current/total pages selector
  -- pager
  -- page size drop-down box
- Embedded css templates

To download a new version click here.

To see Live Demo click here.

The new version comes in .rar archive that contains following files:
- Datagrid folder
  -- datagrid.class.php
  -- form.scripts.js
  -- calendar.js
  -- cal.gif
- Example folder
  -- code_example.php
  -- database_example(SQL).txt
- lisence.txt
- readme.txt
- documentation.txt