Re: [PHP] Converting tables into forms

2009-10-28 Thread Tony Marston
Try the Radicore framework at http://www.radicore.org This will allow you to import your table definitions into its Data Dictionary, export those definitions to produce table classes, then you can generate the basic maintenance tasks using transaction patterns. This takes 5 minutes per table,

[PHP] Converting tables into forms

2009-10-27 Thread ben...@gmail.com
Does anyone have a quick way of converting tables into forms? -- ** The content of this e-mail message and any attachments are confidential and may be legally privileged, intended solely for the addressee. If you are not the

Re: [PHP] Converting tables into forms

2009-10-27 Thread Robert Cummings
ben...@gmail.com wrote: Does anyone have a quick way of converting tables into forms? *tongue in cheek* PHPMyAdmin. Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Converting tables into forms

2009-10-27 Thread chetan rane
Hi Ben The quickest way to this is by using a framework. and the best way i could find was using the yiiframework www.yiiframework.com i could create a basic form with validations in less then 15 minutes. On Wed, Oct 28, 2009 at 6:42 AM, ben...@gmail.com ben...@gmail.com wrote: Does anyone