This class maps the topic table.
More...
Inherits DataItem.
This class maps the topic table.
Definition at line 37 of file topic.inc.
◆ Documents()
Topic::Documents |
( |
|
$constraints = "" | ) |
|
Definition at line 49 of file topic.inc.
This class maps the publication table.
◆ getTopicsArray()
static Topic::getTopicsArray |
( |
| ) |
|
|
static |
Definition at line 54 of file topic.inc.
This class maps the topic table.
◆ Topic()
Definition at line 68 of file topic.inc.
70 $this->primary_key =
"topic_id";
71 $this->table =
"topic";
73 $this->default_format =
"{topic}";
75 $this->DataItem(func_get_args());
◆ $fields
Initial value:= array("topic_id" => Number,
"topic" => String
)
Definition at line 41 of file topic.inc.
◆ $relations
Topic::$relations = array( "Documents" => Document) |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/classification/datamodel/topic.inc