Class Call:
include_once("core/publisher/PUBLISHER.php");
$publisher = new PUBLISHER($this->db, [$this->vars = FALSE]);
Description:
Common methods for handling WIKINDX publishers. WKX_publisher has three fields: publisherName; publisherLocation and publisherType. Which publisherType a publisher belongs to is defined in core/publisher/PUBLISHERMAP.php which is an approximate grouping of publisher types. It is intended to supply focussed lists of publishers when inputting or editing resources that have a publisher; for example, only publishers that are of type distributor will be offered when inputting a resource of type film or broadcast -- it would be pointless enlarging the list with publishers of type legal or conference.
Methods:
grabAll()
checkExists()