CRUD Frameworks?

teammatt3's picture

He has: 2,102 posts

Joined: Sep 2003

I create interfaces to MySQL databases using MS Access. They're easy to create, but they are very hard to maintain (maybe that's my fault). I'm looking for a web framework that makes CRUD easy (I think the Rails community calls it "scaffolding"). I don't want something that just does basic CRUD. I need something that my users can use, safely Smiling.

I will be making lots of forms, and having to type out all the HTML for dozens of forms, and writing handlers for them doesn't appeal to me!

Do you know of some options that make CRUD development quicker?

pr0gr4mm3r's picture

He has: 1,502 posts

Joined: Sep 2006

I've tried to create one in the past, but it was just too difficult to make it user friendly...it turned into something like phpMyAdmin. I will copy snippets of code here and there, but I mostly do them from scratch.

They have: 121 posts

Joined: Dec 2008

I've heard good things about 'phpLens' in the past (http://phplens.com)

Cheers,
Shaggy.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.