Edit database tables from admin-dashboard
-
Hi!
I’m fairly new to wordpress, and I’m using it for a school project. In this said project, we’re supposed to create a marketplace. Where users can put up items for sale, or for trade. When an item is put up for sale, or for trade, a row in a database is created.
Let’s call this database “saleadverts”. This database have the columns title, content, image, user_id etcetc. All the stuff that a post like that would need.
My question, though, is this;
It’s really easy to edit this table from phpmyadmin, or any other SQL-management tool. Are there any easy way to have a similar type of menu inside the wordpress admin dashboard? So that when the “customer” recieves the webpage, he can edit the database table easily himself, without having to know SQL.I’ve been looking at the “edit any table”-plugin, but that doesn’t allow creation of new rows, and there’s also no possibility of printing the entire table.
Does anyone know any plugins, or easy ways to solve my issue?
- The topic ‘Edit database tables from admin-dashboard’ is closed to new replies.