| Posted by  ahardon on 07/14/07 10:05 
I'm looking for a tool that auto generates forms based on a mysqltable.
 I need an interface that will allow:
 1. picking a list of columns from the table (so a form that inputs
 only part of the table's columns is possible to generate).
 2. picking a set of validation rules out of a predefined set of
 possible validators.
 
 An example usage of the tool will allow a webmaster to alter the
 details required for users sign up in two steps:
 1. altering the mysql table adding some new columns.
 2. picking which of the new columns should be requested in the signup
 form and how to validate each.
 
 After the second step the signup form will be automatically updated.
 
 Before starting to write such a tool I want to make sure that it
 doesn't already exist.
 Searching the web I found two similar projects: phpMyEdit(http://
 www.phpmyedit.org/), and PHP Form Generator(http://
 www.phpformgen.com).
 But both don't allow what I described above.
 
 Does anyone knows such a project?
  Navigation: [Reply to this message] |