Is there a good WordPress tutorial for plugin developers to create a HTML table which enables to edit a database table?
-
I'm looking for a good tutorial for creating a HTML table in the admin area which retrieves data from a database table and list items. And the table has a form that lets the user to edit the contents. The below tutorials are quite good but I'm looking for some examples that the HTML table has an Edit link which allows the user to edit the fields. http://wp.smashingmagazine.com/2011/11/03/native-admin-tables-wordpress/ http://www.tipsandtricks-hq.com/how-to-create-a-wordpress-plugin-video-tutorial-4547
-
Answer:
http://wordpress.org/extend/plugins/adminer/ this is the best plugin to do what you are willing to do :)
Vivek Sancheti at Quora Visit the source
Other answers
I would suggest that you use a plugin such as TDO Mini Form or Gravity Forms, allowing users to edit a custom post. Then use a table plugin which will use custom posts for the tables. Ideally, you need to trust your users as they could enter anything they like. You may want to moderate the changes before they go live.
Dave Watkins
Plugin development tutorial will only explain how to fit your code into the wordpress environment. The code logic for the system is one which you have to think of and implement. For that you much have the knowledge of HTML,PHP,Javascript...
Sachin G Kulkarni
Related Q & A:
- What is Hash Table, how to create a hash table?Best solution by Stack Overflow
- How do I create an HTML table, in jQuery, with JSON data?Best solution by Stack Overflow
- What's a good job for me if I'm not a 'people' person?Best solution by Yahoo! Answers
- What would be a good career with a Administration and Health Degree (A.A)?Best solution by Yahoo! Answers
- Is CNA a good to start if I want to be a nurse?Best solution by wikihow.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.