Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Crudiator

Descrizione

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

Screenshot

  • You can create, read, update, and delete table data on the database with the WordPress UI.
  • It is easy to use, just select the database table from the Crudiator menu and save it.
  • Data creation and editing forms are generated automatically.
  • You can also use custom json settings to provide the input form you desire.
  • Powerful filtering functions allow for easy data extraction.
  • If the debug option is enabled, it is also possible to check the SQL executed.

Recensioni

28 Aprile 2024 1 risposta
The plugin still runs without problems under WP 6.5.2 and PHP 8.3.3 in 2024. Thanks for the great work!
12 Maggio 2023 3 risposte
I love that I don’t need to go into the database to peek inside custom tables. I hope you keep developing this into the future. Maybe add a search box in the list view to begin with. Sending you a small donation…
6 Febbraio 2023 3 risposte
At first, i thought its a great plugin. But it seems there are issues. Delete function does not work.
Leggi tutte le recensioni di 5

Contributi e sviluppo

“Crudiator” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Crudiator” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.

Traduci “Crudiator” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

2.0.1

Bug fixed.

2.0.0

Custom settings have been implemented.
Crudiator decided to use Medoo for database processing.

1.0.0

  • first release.