Inherits DataItem.
Definition at line 110 of file topic.inc.
◆ GroupTopicXref()
GroupTopicXref::GroupTopicXref |
( |
| ) |
|
Definition at line 132 of file topic.inc.
134 $this->primary_key =
"group_topic_id";
135 $this->table =
"grp_topic_xref";
137 $this->DataItem(func_get_args());
◆ Grp()
◆ Topic()
GroupTopicXref::Topic |
( |
| ) |
|
Definition at line 127 of file topic.inc.
129 return $this->getRelated(
Topic);
This class maps the topic table.
◆ $fields
Initial value:= array("group_topic_id" => Number,
"group_id" => Number,
"topic_id" => Number)
Definition at line 113 of file topic.inc.
◆ $relations
GroupTopicXref::$relations |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/classification/datamodel/topic.inc