I need a very simple PHP database front-end admin panel; a simple records editor for a specified tab
Posted
by Lansen Q
on Stack Overflow
See other posts from Stack Overflow
or by Lansen Q
Published on 2010-05-13T16:53:01Z
Indexed on
2010/05/13
17:04 UTC
Read the original article
Hit count: 160
php
Hi there,
I am looking to add some dynamics to our corporate website. This is a secondary role so I'd rather not be spending a ton of time on it.
At this point, all I need is a simple PHP script where a non-technical user can pull up and manage the records in a MySQL table. There's only one table of data to be managed; it's just that it will be accessed and updated quite frequently.
I recall that Grails' default scaffolding feature has precisely this: list of entries with the ability to add, edit and delete, with no nonsense.
What would be the best tool to use for this? I would rather not be writing it from scratch, as this will take me quite some time.
It seems like the kind of thing that ought to exist somewhere.
Thanks!
© Stack Overflow or respective owner