Re: [PHP] Re: auto forms from mysql database

2004-02-02 Thread Justin Patrin
Justin French wrote: On Tuesday, February 3, 2004, at 12:19 PM, Justin Patrin wrote: Sounds like you want to look into some of the PEAR projects. DB_DataObject knows about field types and can do required fields and such. DB_DataObject_FormBuilder can give you a form to edit fields which can b

Re: [PHP] Re: auto forms from mysql database

2004-02-02 Thread Justin French
On Tuesday, February 3, 2004, at 12:19 PM, Justin Patrin wrote: Sounds like you want to look into some of the PEAR projects. DB_DataObject knows about field types and can do required fields and such. DB_DataObject_FormBuilder can give you a form to edit fields which can be customized in *any*

[PHP] Re: auto forms from mysql database

2004-02-02 Thread Justin Patrin
Justin French wrote: Hi all, I've been wanting to try building user forms for a CMS straight from what I know about a mysql table before, but have never got around to it. I've discovered that I can find out A LOT about each column using the mysql_field_*() functions, which is great. However,