Inherits DataItem.
Definition at line 39 of file help_book.inc.
◆ findByIdentifier()
static HelpBook::findByIdentifier |
( |
|
$identifier | ) |
|
|
static |
◆ findPage()
HelpBook::findPage |
( |
|
$identifier | ) |
|
◆ HelpBook()
Definition at line 78 of file help_book.inc.
80 $this->table =
"help_book";
81 $this->primary_key =
"help_book_id";
83 $this->DataItem(func_get_args());
◆ Pages()
HelpBook::Pages |
( |
|
$constraint = "ORDER BY sort_order" | ) |
|
◆ $fields
Initial value:= array("help_book_id" => Number,
"title" => String,
"identifier" => String,
"description" => HTML,
"searchable" => Boolean,
"remote" => Boolean,
"url" => String,
"additional_css_files" => String)
Definition at line 42 of file help_book.inc.
◆ $relations
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/online_help/datamodel/help_book.inc