Class Call:
include_once("core/creator/CREATOR.php");
$creator = new CREATOR($this->db, [$this->vars = FALSE]);
Description:
Common methods for handling WIKINDX creators who may be authors, editors, composers, performers, agents, artists etc. Creators are stored in the table WKX_creator in the fields surname, firstname, initials and prefix. The initials field is space-delimited with no punctuation. IDs from the rows in WKX_creator are stored as a comma-delimited string in the creator1, creator2, creator3, creator4 or creator5 fields in WKX_resource_creator. The field creator1 is always the primary creator for the resource. For an explanation of how the other fields are mapped to appropriate creators for each resource, see the Database Resource Matrix.
Methods:
checkExists()
formatInitials()
grabAll()