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, and you don't have to write any code - no PHP, no HTML, no SQL. You 
even get an RBAC system so that you can run the transactions of a menu, and 
decide which users have access to which tasks. There is also an inbuilt 
Audit Logging system (which does not use database triggers) and a Workflow 
engine.

-- 
Tony Marston
http://www.tonymarston.net
http://www.radicore.org

"chetan rane" <chetan.d.r...@gmail.com> wrote in message 
news:248b70ae0910271901o6ffd569dl203c9a08bfe8a...@mail.gmail.com...
> 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 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 intended recipient, be advised that any
>> use, dissemination, distribution, or copying of this e-mail is
>> strictly prohibited. If you receive this message in error, please
>> notify the sender immediately by reply email and destroy the message
>> and its attachments.
>> *********************************************************************
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
>
> -- 
> with regards,
>
> Chetan Dattaram Rane
> Mob :  +91 9766646714
> Phone: 0831-2462055
> 



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

Reply via email to