Inherits DataItem.
Definition at line 167 of file forum.inc.
◆ Attachments()
ForumMessage::Attachments |
( |
|
$constraint = "" | ) |
|
◆ Author()
Definition at line 209 of file forum.inc.
212 return $mgr->getUser($this->author_id);
Provides the interface to the user model for the application.
◆ Forum()
◆ Parent()
◆ Topic()
◆ $default_format
ForumMessage::$default_format = "{title}" |
◆ $fields
Initial value:= array("message_id" => Number,
"title" => String,
"message" => HTML,
"parent_id" => Number,
"topic_id" => Number,
"author_id" => Number,
"date_posted" => Date,
"last_modified" => Timestamp,
"forum_id" => Number,
"deleted" => Boolean)
Definition at line 175 of file forum.inc.
◆ $primary_key
ForumMessage::$primary_key = "message_id" |
◆ $relations
Initial value:= array(
"Forum" =>
Forum,
"Author" => "",
Definition at line 188 of file forum.inc.
◆ $table
ForumMessage::$table = "forum_message" |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/forum/datamodel/forum.inc