jeff sacksteder wrote:
What sort of tools are available for creating database CRUD
forms(create,retreive,update,delete)? I am familiar with patForms and
cake.

What are the other leading contenders?


Probably you can get this done very quickly with following combination of pear packages:

http://pear.php.net/package/DB_DataObject/
http://pear.php.net/package/DB_DataObject_FormBuilder/
http://pear.php.net/package/Structures_DataGrid/

Hope that helps,
Jens

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to