database - Are there PHP tools to generate CRUD screens from DB schema? -
i've been using phpmyedit generate crud screens databases; it's quick way start interacting data in projects (and lets me toss internal admin pages fast)... doesn't read db schema, have manually set up.
i'm looking tool/way generate crud beginning end: give db table, , reads schema, generates html markup form, , crud work on db itself.
does exist? goal have 0 setup basic functionality, , i'd love option of being able extend basic setup further refine experience. (for example: if can see database table has 4 varchar() fields, ready go 4 editing fields "out of box," i'd able add little bit of code/set flags specify 1 varchar() column meant hold email address, tool data validation allow emails in field.)
update: i'm seeking solution can drop existing php project(s) -- not entire framework.
i'm looking drop-in admin too, here's 1 found far:
Comments
Post a Comment