Looking for a datagrid

Looking for a datagrid

am 24.08.2007 19:30:10 von walterbyrd

I am looking for a datagrid with the following:

- well documented
- works directly with mysql: does not require conversion to XML
- works with relational data: two tables joined by a foreign key, or
maybe a join statement, put in the same grid
- pagination
- sort / filter
- CRUD
- inline editing would nice, but not needed
- works with PHP4, also might be nice, I can probably get away with
PHP5.
- free would be nice
- data validation would be nice

I think this might do it, but I don't know if it's relational:

http://phpbuilder.blogspot.com/

I also looked at this, but again, I don't know it works with
relational data:

http://www.scriptsearch.com/cgi-bin/jump.cgi?ID=3699

I tried Qcodo, and rapyd, but I don't consider the documentation to
be adequite with either.

I also looked at the Pear::DB library, but I'm not sure if that
provides all that I need.

Prado's TDataGrid would be probably work, but I'm not sure if I want
the whole Prado framework.

I am also thinking about dataface, but it's a bit of overkill for what
I'm working on.

Maybe the Zend framework would have something?

Again, any javascript stuff is a very low priority.

Re: Looking for a datagrid

am 25.08.2007 08:10:49 von dkfjldfsa

try qcodo




"walterbyrd" wrote in message
news:1187976610.354356.266230@x40g2000prg.googlegroups.com.. .
>I am looking for a datagrid with the following:
>
> - well documented
> - works directly with mysql: does not require conversion to XML
> - works with relational data: two tables joined by a foreign key, or
> maybe a join statement, put in the same grid
> - pagination
> - sort / filter
> - CRUD
> - inline editing would nice, but not needed
> - works with PHP4, also might be nice, I can probably get away with
> PHP5.
> - free would be nice
> - data validation would be nice
>
> I think this might do it, but I don't know if it's relational:
>
> http://phpbuilder.blogspot.com/
>
> I also looked at this, but again, I don't know it works with
> relational data:
>
> http://www.scriptsearch.com/cgi-bin/jump.cgi?ID=3699
>
> I tried Qcodo, and rapyd, but I don't consider the documentation to
> be adequite with either.
>
> I also looked at the Pear::DB library, but I'm not sure if that
> provides all that I need.
>
> Prado's TDataGrid would be probably work, but I'm not sure if I want
> the whole Prado framework.
>
> I am also thinking about dataface, but it's a bit of overkill for what
> I'm working on.
>
> Maybe the Zend framework would have something?
>
> Again, any javascript stuff is a very low priority.
>