70 $this->primary_key =
"topic_id";
71 $this->table =
"topic";
73 $this->default_format =
"{topic}";
75 $this->DataItem(func_get_args());
82 var
$fields = array(
"document_topic_xref_id" => Number,
83 "document_id" => Number,
84 "topic_id" => Number);
98 return $this->getRelated(
Topic);
103 $this->primary_key =
"document_topic_xref_id";
104 $this->table =
"document_topic_xref";
106 $this->DataItem(func_get_args());
113 var
$fields = array(
"group_topic_id" => Number,
114 "group_id" => Number,
115 "topic_id" => Number);
124 return $this->getRelated(
Group);
129 return $this->getRelated(
Topic);
134 $this->primary_key =
"group_topic_id";
135 $this->table =
"grp_topic_xref";
137 $this->DataItem(func_get_args());
This class maps the publication table.
This class maps the topic table.
Documents($constraints="")