close
BERJAYA

Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

BERJAYA

Crudiator

Description

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

Captures d’écrans

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

Avis

BERJAYA
2 mai 2025 1 réponse
I had a database created in a custom format, and was about to create a custom CRUD interface for it when I came across this plugin. 5 minutes later I have access to all of the records inside the WordPress database, and AI had helped me customize the display json settings. I guess the only drawback is a user needing the custom json to display specific content – However, that is also it’s hidden superpower. For a developer this is gold. Thank you.
BERJAYA
28 avril 2024 1 réponse
The plugin still runs without problems under WP 6.5.2 and PHP 8.3.3 in 2024. Thanks for the great work!
BERJAYA
12 mai 2023 3 réponses
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…
BERJAYA
6 février 2023 3 réponses
At first, i thought its a great plugin. But it seems there are issues. Delete function does not work.
Lire les 6 avis

Contributeurs/contributrices & développeurs/développeuses

« Crudiator » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“Crudiator” a été traduit dans 1 locale. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « Crudiator » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

2.0.2

Bug fixed.

  • Fixed the issue where the error message « Notice: Function _load_textdomain_just_in_time was called incorrectly. » was displayed.
  • Fixed the issue where filter search did not work when adding a page as a submenu under a custom post type.
  • Fixed the issue where bulk deletion was not possible when adding a page as a submenu under a custom post type.
  • Fixed the issue where saving an edited item redirected back to the custom post type page when adding a page as a submenu under a custom post type.

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.