このプラグインの公開は2023年10月6日に停止されており、ダウンロードできません。 この公開停止は一時的なもので、完全なレビューを待っている状態です。

simple-table-manager

評価

2016年9月3日
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.
4件のレビューをすべて表示

貢献者と開発者

Simple Table Manager はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Simple Table Manager” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。