Description
This plugin has been closed as of October 6, 2023 and is not available for download. Reason: Security Issue.
Reviews
johnsalomon
March 22, 2023
Easy and lightweight. Nice!
moderworks
October 24, 2021
All I can say
Majeed Raza
September 3, 2016
As advertised, this plugin is great for a non-techy admin to create and edit data, and I recommended the plugin for this purpose.
I used phpMyAdmin to setup the table and then used the plugin to create the initial set of records. There are no display facilities with the plugin so I a used a bit of custom code. Only 2 lines are needed to fetch the data into a php function:
global $wpdb;
$results = $wpdb->get_results( 'SELECT * FROM wp_mytable', ARRAY_N );
The plugin will allow access to only one table at a time, but its easy to switch between tables.
Thanks for sharing.
rizkykiki
September 3, 2016
I wish type date can pick calender on form
Contributors & Developers
“Simple Table Manager” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Simple Table Manager” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.