Skip to content
/ cdbt Public
forked from ka215/cdbt

Custom DataBase Tables plugin is for WordPress

Notifications You must be signed in to change notification settings

joseyaz/cdbt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom DataBase Tables

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.

Installation

Install after downloaded from WordPress admin panel or download here and put the plugins directory.

How to install WordPress provisions are as follows.

  1. Upload custom-database-tables directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. 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

Usage

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)

Documentation

Plugin Documentation (Sorry, Japanese only)

Features

  • 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.

License

GPLv2 or later

Contributing

  1. 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
  1. 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.

Thanks to the following:

Support

I've prepared a support forum. Please to slip issuance in here questions about plugin.

Crafted by ka2 (@ka2bowy).

About

Custom DataBase Tables plugin is for WordPress

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.7%
  • CSS 2.3%