On Sun, Dec 21, 2008 at 5:35 AM, R B MacGregor
<m...@dbasedeveloper.co.uk> wrote:
> Hi folks
>
> Anybody got any recommendations for a utility which would create a quick head
> start by creating the php/html code for a basic form using the field structure
> of a MySQL table ?
>
> Thanks for any suggestions.
>
> --
> Ronnie MacGregor
> Scotland
>
> Ronnie at
> dBASEdeveloper
> dot co dot uk
>
> www.dBASEdeveloper.co.uk
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

a lot of frameworks have scaffolding or crud screens they can make for
you to do this. (cake, akelos, yii, code igniter)

http://codeigniter.com/user_guide/general/scaffolding.html
http://book.cakephp.org/view/311/Scaffolding
http://www.yiiframework.com/doc/guide/quickstart.first-app#implementing-crud-operations

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

Reply via email to