This is a discussion on Dose this exist? within the PHP General forums, part of the PHP Programming Forums category; Hi List, Is there such a tool that will generate a form and relevant code when given the mysql db-&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi List,
Is there such a tool that will generate a form and relevant code when given the mysql db->table->fields to update, select, insert etc ? I ask as hand coding forms and the relevant php code is becoming very time consuming and I need to speed up this operation. Any URL's would be useful. Thank you in advance for any help Yours Dave C --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.535 / Virus Database: 330 - Release Date: 01/11/2003 |
|
|||
|
Dave Carrera wrote:
> Hi List, > > Is there such a tool that will generate a form and relevant code when given > the mysql db->table->fields to update, select, insert etc ? > > I ask as hand coding forms and the relevant php code is becoming very time > consuming and I need to speed up this operation. > > Any URL's would be useful. http://pear.php.net/HTML_Quickform http://smarty.php.net -- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com ----------------------- "Documentation is like sex: when it is good, it is very, very good; and when it is bad, it is better than nothing." |
|
|||
|
Hello Dave,
Although HTML_QuickForm is useful, you will find DB_DataObject is closer to what you need http://pear.php.net/db_dataobject Greg -- phpDocumentor http://www.phpdoc.org Dave Carrera wrote: > Hi List, > > Is there such a tool that will generate a form and relevant code when given > the mysql db->table->fields to update, select, insert etc ? > > I ask as hand coding forms and the relevant php code is becoming very time > consuming and I need to speed up this operation. > > Any URL's would be useful. > > Thank you in advance for any help > > Yours > Dave C > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.535 / Virus Database: 330 - Release Date: 01/11/2003 > |
|
|||
|
Dave Carrera wrote:
> Hi List, > > Is there such a tool that will generate a form and relevant code when given > the mysql db->table->fields to update, select, insert etc ? > > I ask as hand coding forms and the relevant php code is becoming very time > consuming and I need to speed up this operation. > > Any URL's would be useful. On reflection, maybe what you were looking for is something like codecharge? [ http://www.codecharge.com ] -- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com ----------------------- "Documentation is like sex: when it is good, it is very, very good; and when it is bad, it is better than nothing." |
![]() |
| Thread Tools | |
| Display Modes | |
|
|