Plugin Directory

Changeset 2457928


Ignore:
Timestamp:
01/17/2021 09:35:28 PM (5 years ago)
Author:
saturntables
Message:

Documentation Update

Location:
saturn-tables
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • saturn-tables/tags/1.2.4/readme.txt

    r2455116 r2457928  
    1414== Description ==
    1515
    16 Saturn Tables provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. Designed for developers, this plugin is usually for projects involving data outside the WordPress data structure.
     16[Saturn Tables](https://saturntables.com "Saturn Tables") provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. These are the type of display tables used for Posts and Pages, and are commonly used in major plugins. Designed for coders, this plugin is usually for projects involving data outside the WordPress data structure.
    1717
    18 With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. And it is much easier than constructing custom data tables, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear just like the WordPress Posts or Pages list tables.
     18With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. It is much easier than constructing custom data table displays, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear seamlessly into the administration area.
    1919
    2020This plugin is new in 2021, feel free to reach out with questions.
     21
     22== Screenshots ==
     23
     241. The Cars example from the website built with the example code and data.
     252. Another example, a table of links and banners for a calendar based home page.
     263. The Cars HTML5 input form built with the Saturn Tables form functionality.
    2127
    2228== Frequently Asked Questions ==
     
    2834= What level of WordPress knowledge is needed? =
    2935
    30 If you can set up a custom WordPress menu or a simple plugin it would be helpful. There is a assumption you would know some MySQL since Saturn Tables is for displaying data in the administration area. WordPress style PHP, hooks and callbacks would be helpful.
     36If you can set up a custom WordPress administration menu or build a simple plugin it would be helpful. There is an assumption you would know some MySQL, also $wpdb, since Saturn Tables is for displaying data in the administration area. WordPress style PHP; filters, hooks and callbacks would be helpful.
    3137
    3238= How do I get started? =
    3339
    3440It would probably be easiest to install the sample code and data provided on the [website](https://saturntables.com "Saturn Tables") and then fork your project from there. Two sample code bases are provided for use and demonstration, you should be able to morph from there.
     41
     42= Is there documentation? =
     43
     44Yes. The [Saturn Tables](https://saturntables.com "Saturn Tables") home page has complete documentation.
    3545
    3646= Anything else I should know =
     
    4151
    4252= 1.2.4 =
    43 * Small bug fix.
     53* Small Bug Fix.
    4454
    4555= 1.2.3 =
  • saturn-tables/trunk/readme.txt

    r2455116 r2457928  
    1414== Description ==
    1515
    16 Saturn Tables provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. Designed for developers, this plugin is usually for projects involving data outside the WordPress data structure.
     16[Saturn Tables](https://saturntables.com "Saturn Tables") provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. These are the type of display tables used for Posts and Pages, and are commonly used in major plugins. Designed for coders, this plugin is usually for projects involving data outside the WordPress data structure.
    1717
    18 With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. And it is much easier than constructing custom data tables, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear just like the WordPress Posts or Pages list tables.
     18With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. It is much easier than constructing custom data table displays, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear seamlessly into the administration area.
    1919
    2020This plugin is new in 2021, feel free to reach out with questions.
     21
     22== Screenshots ==
     23
     241. The Cars example from the website built with the example code and data.
     252. Another example, a table of links and banners for a calendar based home page.
     263. The Cars HTML5 input form built with the Saturn Tables form functionality.
    2127
    2228== Frequently Asked Questions ==
     
    2834= What level of WordPress knowledge is needed? =
    2935
    30 If you can set up a custom WordPress menu or a simple plugin it would be helpful. There is a assumption you would know some MySQL since Saturn Tables is for displaying data in the administration area. WordPress style PHP, hooks and callbacks would be helpful.
     36If you can set up a custom WordPress administration menu or build a simple plugin it would be helpful. There is an assumption you would know some MySQL, also $wpdb, since Saturn Tables is for displaying data in the administration area. WordPress style PHP; filters, hooks and callbacks would be helpful.
    3137
    3238= How do I get started? =
    3339
    3440It would probably be easiest to install the sample code and data provided on the [website](https://saturntables.com "Saturn Tables") and then fork your project from there. Two sample code bases are provided for use and demonstration, you should be able to morph from there.
     41
     42= Is there documentation? =
     43
     44Yes. The [Saturn Tables](https://saturntables.com "Saturn Tables") home page has complete documentation.
    3545
    3646= Anything else I should know =
     
    4151
    4252= 1.2.4 =
    43 * Small bug fix.
     53* Small Bug Fix.
    4454
    4555= 1.2.3 =
Note: See TracChangeset for help on using the changeset viewer.