Sunday, August 27, 2006

PHP DataGrid Version Comparison

This is a general version comparison for PHP DataGrid class:

Ver. 1.x.x Ver. 2.x.x Ver. 3.x.x Ver. 4.x.x
CSS emb.templatesYesYesYesYes
Column sortingYesYesYesYes
FilteringNoYesYesYes
PaggingYesYesYesYes
ExportingNoNoNoYes
PrintingNoNoNoYes
Automatic validationNoNoYesYes
-- Client sideNoNoYesYes
-- Server sideNoNoNoNo
View modeYesYesYesYes
-- Tabular layoutYesYesYesYes
-- Columnar layoutYesYesYesYes
Details modeNoYesYesYes
-- Columnar layoutNoYesYesYes
Add new modeNoNoYesYes
-- Tabular layoutNoNoYesYes
-- Columnar layoutNoNoYesYes
Edit modeNoNoYesYes
-- Tabular layoutNoNoYesYes
-- Columnar layoutNoNoYesYes
Delete modeNoNoYesYes
Multi-Database supportNoNoNoYes
Multi-Language supportNoNoNoYes
Multi-Browser supportNoNoNoYes
W3C CSS validationNoNoNoYes
WYSIWYG editorNoNoNoYes

6 comments:

Anonymous said...

How do you down load version 2.
Also, I get the first page in version 1, but it will not page through the file.

Otherwise I kind of like it.

Leumas Naypoka said...

To see exactly the screen like in last post you need to create similar data base

I hope I could upload 2nd version in some days. I need to make the code more readable, because it not only for my using, but for other people. And also, version 3.x.x in process...

The main idea behind the PHP DataGrid class is the full incapsulation of all needed methods.

Anonymous said...

i am unable to connect. got a fatal error.

Fatal error: Cannot use string offset as an array in I:\WebServer\tanmoy\admin\datagrid.class.php on line 691

how do i solve it.
please help me.
Tanmoy

Leumas Naypoka said...

Try a latest version 1.1.1 or send me an example of your code.

Anonymous said...

Is it possible to filter a group of words?

For example, i want to search title that contains "comedy" and "movie". so i just type: comedy movie in the filter/search box.

thanks and great job :)

Anonymous said...

how can i hide or delete the first column of checkboxes of grid which comes default