الوصف
تم إغلاق هذه الإضافة اعتبارًا من 6 أكتوبر، 2023 وغير متاحة للتنزيل. السبب: مشكلة أمنية.
المراجعات
22 مارس، 2023
Easy and lightweight. Nice!
24 أكتوبر، 2021
All I can say
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.
3 سبتمبر، 2016
I wish type date can pick calender on form
المساهمون والمطوّرون
“Simple Table Manager” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونترجمة ”Simple Table Manager“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.