![]() |
CMS
Version 3.9
|
Inherits DataItem.
Public Member Functions | |
User () | |
isEditable () | |
Public Attributes | |
$table = "comment" | |
$primary_key = "comment_id" | |
$default_format = "{title}" | |
$fields | |
$fieldAliases = array("description" => "Comment") | |
$relations = array( "User" => "") | |
Definition at line 39 of file comment.inc.
Comment::isEditable | ( | ) |
Definition at line 68 of file comment.inc.
Comment::User | ( | ) |
Definition at line 61 of file comment.inc.
Comment::$default_format = "{title}" |
Definition at line 43 of file comment.inc.
Comment::$fieldAliases = array("description" => "Comment") |
Definition at line 55 of file comment.inc.
Comment::$fields |
Definition at line 46 of file comment.inc.
Comment::$primary_key = "comment_id" |
Definition at line 42 of file comment.inc.
Comment::$relations = array( "User" => "") |
Definition at line 59 of file comment.inc.
Comment::$table = "comment" |
Definition at line 41 of file comment.inc.