Inherits DataItem.
Definition at line 7 of file scroll.inc.
◆ countParts()
◆ findByIdentifier()
static Scroll::findByIdentifier |
( |
|
$identifier | ) |
|
|
static |
Definition at line 41 of file scroll.inc.
43 $match = Query::create(
Scroll,
"WHERE identifier=:id")
◆ Parts()
Scroll::Parts |
( |
|
$constraint = "ORDER BY sort_order" | ) |
|
◆ Site()
◆ $fields
Initial value:= array("scroll_id" => Number,
"identifier" => String,
"title" => String,
"meta_tag_description" => Text,
"meta_tag_keyword" => String,
"site_id" => Number,
"show_internal_navigation" => Boolean,
"exclude_from_search" => Boolean,
"created_date" => Date,
"edited_date" => Timestamp)
Definition at line 12 of file scroll.inc.
◆ $primary_key
Scroll::$primary_key = "scroll_id" |
◆ $relations
◆ $table
Scroll::$table = "scroll" |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/scroll/datamodel/scroll.inc