Custom DB Tables called "CDBT" is plugin of WordPress. This plugin is able to create new tables on database of WordPress as you like. Also, the input and output and editing data to created tables, as importing and exporting by CSV can be done easily from the GUI tool on the admin panel of WordPress. In addition, you can provide the functionality to the data input and editing from the Web front-end by using some shortcodes or API.
- Public SVN Repository: http://wordpress.org/plugins/custom-database-tables/
- Home Page: http://cdbt.ka2.org/
- Twitter: @ka2bowy
- Forum: support forum or WordPress.org
- Donate link: donations
Install after downloaded from WordPress admin panel or download here and put the plugins directory.
How to install WordPress provisions are as follows.
- Upload
custom-database-tables
directory to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Navigate to the Custom DB Tables submenu in setting menu
That's it. Now you can easily start creating custom table in database of WordPress
Navigate to the Custom DB Tables submenu in setting menu of WordPress admin panel.
First of all, please try to create the database required for the first.
Please see the tutorial for more use of the plugin (Sorry, Japanese only)
Plugin Documentation (Sorry, Japanese only)
- You can create any tables to the database.
- Data entry from on the web to your created table. At that time, the entry form will be created automatically in accordance with the table structure.
- Entry data will able to edit from on the web.
- Entry data can view as a table listed.
- Correspond to the input and output of binary data to the table.
- You can import data from the table by the CSV file, and data export.
- Edit page and viewer, and entry form of your created tables can be also attached on the front end WEB by using shortcodes.
- About viewing, editing and using entry form for each tables, you are also possible to grant access limited by user privileges of WordPress.
- Your created tables can deleted. (drop table)
- All data of any table can initialize. (truncate table)
- You can modify table. (alter table)
- Using API functions can connect to CRUD of plugin core.
GPLv2 or later
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Install the dependencies and run gulp (
npm i && gulp
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Donate
- If you thought this plugin felt to be useful, you want to cooperate in the development, or would like to contribute, I'm very happy that you make a donation to me. The magnitude of the amount of the donation is not a problem. Your feelings will become motivation of myself to develop this plugin.
- Bootstrap for the foundation of UI/UX.
- phpMyAdmin for the inspiration.
I've prepared a support forum. Please to slip issuance in here questions about plugin.