forked from wp-plugins/simple-table-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
WordPress.org Plugin Mirror
License
bholliger/simple-table-manager
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=== Simple Table Manager === Contributors: Ryo Inoue Donate link: http://www.tokyo-ict.com/en/ Tags: mysql, crud, table, database, simple, export, query Requires at least: 4.0 Tested up to: 4.2 Stable tag: 4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Enables editing table records and exporting them to CSV files through minimal database interface from your wp-admin page menu. == Description == Simple Table Manager enables editing table records and exporting them to CSV files through minimal database interface from your wp-admin page menu. * Simply CRUD table contents on your wp-admin screen * Search and sort table records * No knowledge on MySQL or PHP required * Export table records to a CSV file * Not allow users to change the structure of the table Unlike 'full featured' database management plugins, it does not allow users to alter the structure of the table but requires no knowledge on MySQL or PHP. Similar to CakePHP's scaffold feature, Simple Table Manager is an auxiliary tool suited for the initial development phase of a website. It is also ideal when you want to ask someone else with no database expertise to keep track of table records on your website (that was my motivation for developing this plugin at least). == Installation == 1. Upload the entire `simple-table-manager` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. On `Settings` of the plugin's sub-menu, select the table you want to manage == Frequently asked questions == = How can I add a new table by using the plugin? = You cannot. Please use 'full featured' plugins if you need full access to the database. == Screenshots == 1. View of all the records on a table 2. Detailed view to edit records == Changelog == = Version 1.0 (2015-03-03) = First release = Version 1.1 (2015-05-02) = * Added feature to auto-adjust input text fields according to data type * Enabled insert and retrieval of data containing special chars * Rearranged files for a loosely MVC structure * Fixed a few minor bugs. == Upgrade Notice == None
About
WordPress.org Plugin Mirror
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 64.1%
- Smarty 34.6%
- CSS 1.3%