DB Table Viewer

外掛說明

DB Table Viewer is a simple plugin that allows administrators to:
– Select any table in the WordPress database.
– View its data in a clean, paginated HTML table.
– Navigate through rows using AJAX-based pagination.

This plugin is particularly useful for debugging or managing custom database tables without using SQL queries directly.

Features

  • Dropdown to select from available database tables.
  • Displays table data in a well-formatted HTML table.
  • AJAX-based pagination for seamless navigation.
  • Secure implementation with proper sanitization and validation.
  • Fully translation-ready.

Usage

  1. Go to Tools > DB Table Viewer in the WordPress admin dashboard.
  2. Select a database table from the dropdown menu.
  3. View the table’s data with pagination.

License

This plugin is licensed under the GPLv2 or later. See the GNU General Public License for details.

Enjoy using DB Table Viewer? Feel free to provide feedback or contribute to its development!

安裝方式

  1. Download the plugin ZIP file.
  2. Upload the folder db-table-viewer to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Navigate to Tools > DB Table Viewer to use the plugin.

常見問題集

Who can use this plugin?

Only administrators with manage_options capability can access the plugin’s features.

Can this plugin modify database data?

No, the plugin is read-only and does not allow any modifications to the database.

What happens if I select a table with no data?

The plugin will display a message indicating that the table is empty.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈DB Table Viewer〉的開發相關工作。

參與者

將〈DB Table Viewer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Initial release.
  • Dropdown to select database tables.
  • AJAX-based table data display with pagination.