Saturn Tables

설명

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.

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

스크린샷

  • The Cars example from the website built with the example code and data.
  • Another example, a table of links and banners for a calendar based home page.
  • The Cars HTML5 input form built with the Saturn Tables form functionality.

FAQ

How does Saturn Tables work?

Saturn Tables works by using a hook and callback system built on top of the construct WordPress has for custom administration menus.

What level of WordPress knowledge is needed?

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

How do I get started?

It would probably be easiest to install the sample code and data provided on the website 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.

Is there documentation?

Yes. The Saturn Tables home page has complete documentation.

Is there anything else I should know?

Saturn Tables has no settings or administration pages , it works by putting code, PHP files, in a subdirectory called /saturn-tables/ of your theme or child theme. You could also put the code in functions.php, but it is easier to organize in a separate file.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Saturn Tables”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Saturn Tables”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.6

  • Input textarea bug fix.
  • Input notices array set.

1.2.5

  • Bug Fix involving input forms.

1.2.4

  • Small Bug Fix.

1.2.3

  • Initial Release.