前言介紹
- 這款 WordPress 外掛「Crudiator」是 2022-11-15 上架。
- 目前有 200 個安裝啟用數。
- 上一次更新是 2025-02-08,距離現在已有 85 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.3 以上。
- 有 6 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
takafu |
外掛標籤
crud | insert | update | custom table | database table |
內容簡介
在 WordPress 中創建自訂表格後,您需要在 WordPress 管理面板中操作那些數據的屏幕嗎?
在為 WordPress 準備其他數據庫表格(隨後稱為自訂表格)時,通常需要一個屏幕在 WordPress 管理面板中操作該表格數據的 CRUD(即創建,讀取,更新,刪除)操作。
此外,如果該屏幕符合熟悉的 WordPress UI 界面,這將更加理想,因為 WordPress 用戶可以直觀地使用它。
然而,需要在 WordPress 管理面板中進行一定量的程式開發才能準備好這種屏幕,而這相當麻煩。
這個 “Crudiator” 可以在幾個步驟中實現!
使用 Crudiator,您可以立即在 WordPress 管理面板中創建一個屏幕,以允許 CRUDE 操作自訂表格。
如果您需要為自訂表格在 WordPress 中創建一個 CRUD 操作屏幕,您將節省大量開發工作時間。
原文外掛簡介
Once you create a custom table in WordPress, don’t you need a screen to manipulate that data within the WordPress admin panel?
When you prepare other database tables (henceforth, custom tables) in WordPress, you usually need a screen to operate CRUD for that table data in the WordPress admin panel. (CRUD is an acronym for Create, Read, Update, Delete.)
Moreover, it would be great if the screen conforms to the familiar WordPress UI, preferably so that WordPress users can use it intuitively.
However, it requires a certain amount of program development to prepare it in the WordPress admin panel, and this is quite a hassle.
This “Crudiator” makes it possible in just a few steps!
With Crudiator, you can instantly create a screen in the WordPress admin panel that allows CRUD manipulation of custom tables.
If you need to create a screen for CRUD operations on custom tables in WordPress, you will save a whole lot of development man-hours
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Crudiator」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.3 | 2.0.0 | 2.0.1 | 2.0.2 | trunk |
延伸相關外掛(你可能也想知道)
Database Table Overview and Logs 》這篇文章介紹了一個WordPress的插件,可以顯示數據庫表格的概覽,包括表格名稱、總大小、行數和每個表格中存儲的數據預覽。插件還顯示了整個數據庫的名稱、總...。