|
Posted by walterbyrd on 08/24/07 17:30
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.
Navigation:
[Reply to this message]
|