I want to add some dynamics to our corporate website. This is a minor role, so I would rather not waste time on it.
At this point, all I need is a simple PHP script where a non-technical user can pull and manage records in a MySQL table. Only one data table should be managed there; it will simply be available and updated quite often.
I remember that the default Grails bookmark function has exactly this: a list of entries with the ability to add, edit and delete without any nonsense.
What would be the best tool for this? I would rather not write it from scratch, as it will take me some time.
It seems like something must exist somewhere.
Thanks!
source share