Page 1 of 1

I want to create a "custom admin" for editing mysql database

Posted: Wed Jul 22, 2009 8:38 am
by DJJQ
I'm looking for a template system, module system, or something like it.
With this I want to be able to build up an admin system for changing selected inserts in the database, being able to add new inserts, etc.

I don't want the user to be able to do everything, like when using phpmyadmin. The admin system is supposed to be custom made so I choose how and what people can change, what table they can edit, etc.

I have built this from scratch before but there must be some kind of template/module system that makes
me able to build up this type of system fast!

Take a look at the screenshots:

Image

Re: I want to create a "custom admin" for editing mysql database

Posted: Wed Jul 22, 2009 8:53 am
by DaiLaughing
Do you know that when using PHPMyAdmin the user only has the permissions you want to give them? So you could have a phpmyadmin user who could only enter data to one table.

Re: I want to create a "custom admin" for editing mysql database

Posted: Wed Jul 22, 2009 9:15 am
by DJJQ
Ok no I didn't know that. However there are way to many functions in phpmyadmin for us to use, it
would be to complex and not neccessary.

A person with no knowledge in mysql or php should be able to use this admin system

Any other suggestions?