تفصیل
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
- Go to Tools > DB Table Viewer in the WordPress admin dashboard.
- Select a database table from the dropdown menu.
- 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!
انسٹالیشن
- Download the plugin ZIP file.
- Upload the folder
db-table-viewerto the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Navigate to Tools > DB Table Viewer to use the plugin.
عمومی سوالات
-
Who can use this plugin?
-
Only administrators with
manage_optionscapability 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.
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“DB Table Viewer” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“DB Table Viewer” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
1.0
- Initial release.
- Dropdown to select database tables.
- AJAX-based table data display with pagination.