WIKINDX CLASSES

KEYWORD

Class Call:
include_once("core/keyword/KEYWORD.php");
$keyword = new KEYWORD($this->db, [$this->vars = FALSE]);

Description:
Common methods for handling WIKINDX keywords. Keywords help to organise resources into finer, more specific groupings than groups offer (see the GROUP class). All keywords are kept in the WKX_keyword table, the IDs of which are inserted as a comma-delimited string in the keywords field of WKX_resource_keyword. Not only is it possible to place WIKINDX resources into keyword groupings but this can also be done with quotes, paraphrases and musings which are inserted as a comma-delimited list in the quote_keywords field of WKX_resource_quote, the paraphrase_keywords field of WKX_resource_paraphrase and the musing_keywords field of WKX_resource_musing respectively. The list of keywords in WKX_keyword is common to WIKINDX resources and meta data alike.

Methods:
grabAll()

WIKINDX home      WIKINDX usage      WIKINDX classes