Loading...
 
Features / Usability

Features / Usability


Re: Extract data from Tikiwiki

posts: 3665 United States

The

  • tiki_trackers — Defines the (unique) trackerId for each tracker.
  • tiki_tracker_fields — Defines each field information (e.g., name, options, etc.) for each tracker field. There's a unique fieldId and a references to the trackerId__.
  • tiki_tracker_item_fields — Contains the actual value for each tracker field. There are references to the tracker itemId and fieldId.


Instead of creating a SELECT statement, why not simply use one of the existing tracker plugins (TRACKERLIST, TRACKERFILTER, etc.) to extract the required data? You loose all of the permission/security checks when you query the DB directly.

You can also build a pretty tracker and include some basic Smarty syntax (e.g., if .. then... else...) within the page.


HTH,

- Rick | My Tiki Blog | My Tiki UserPage

Why be a dummy? Get smarty! TikiForSmarties.com
Tiki for Smarties, your source for the best (and only) Tiki books, guides, and tutorials.
There are no comments at this time.