Inherits DataItem.
Definition at line 79 of file topic.inc.
◆ Document()
DocumentTopicXref::Document |
( |
| ) |
|
Definition at line 91 of file topic.inc.
This class maps the publication table.
◆ DocumentTopicXref()
DocumentTopicXref::DocumentTopicXref |
( |
| ) |
|
Definition at line 101 of file topic.inc.
103 $this->primary_key =
"document_topic_xref_id";
104 $this->table =
"document_topic_xref";
106 $this->DataItem(func_get_args());
◆ Topic()
DocumentTopicXref::Topic |
( |
| ) |
|
Definition at line 96 of file topic.inc.
98 return $this->getRelated(
Topic);
This class maps the topic table.
◆ $fields
DocumentTopicXref::$fields |
Initial value:= array("document_topic_xref_id" => Number,
"document_id" => Number,
"topic_id" => Number)
Definition at line 82 of file topic.inc.
◆ $relations
DocumentTopicXref::$relations |
Initial value:
Definition at line 88 of file topic.inc.
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/classification/datamodel/topic.inc