Inherits DataItem.
Definition at line 34 of file group.inc.
◆ Group()
Definition at line 57 of file group.inc.
59 $this->primary_key =
"group_id";
62 $this->default_format =
"{title}";
63 $this->pretty_class_name =
"Group";
64 $this->DataItem(func_get_args());
◆ Topic()
Definition at line 46 of file group.inc.
48 return $this->getRelated(
Topic);
This class maps the topic table.
◆ Topics()
Group::Topics |
( |
|
$constraint = "" | ) |
|
◆ $fields
Initial value:= array("group_id" => Number,
"title" => String,
"description" => HTML,
"active" => Boolean)
Definition at line 37 of file group.inc.
◆ $relations
Group::$relations = array( "Topic" => Topic) |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/classification/datamodel/group.inc