Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Basic CRUD PHP class/App to manage MySQL Table Edits

I'm looking for a very basic CRUD CLASS/APP made in PHP to which I can supply a mysql table, define table name and the field types and it gives me a list view and able to edit records in all possible formats, alphanumeric/date/RichtText.

I used to use a very basic but effective class
http://www.phpclasses.org/package/6716-PHP-View-and-edit-MySQL-database-records.html, basic but NO-NONSENSE stuff that would get you up and running.
its outdated a bit now, and I've spent a lot of time on Codecaynon, bought many but couldn't get something up and running instantly. Maybe I'm a bit impatient, but I need something easy enough to supply tablename and field types and it should create a form and list view automatically. Any recommendations ??

Regards...

Comments

Sign In or Register to comment.