Inherits DataItem.
Definition at line 39 of file video_gallery.inc.
◆ countVideos()
VideoGallery::countVideos |
( |
|
$constraint = "" | ) |
|
◆ findByIdentifier()
static VideoGallery::findByIdentifier |
( |
|
$identifier | ) |
|
|
static |
◆ getGalleryDirectory()
VideoGallery::getGalleryDirectory |
( |
| ) |
|
◆ getOwnerName()
VideoGallery::getOwnerName |
( |
| ) |
|
◆ Owner()
Definition at line 66 of file video_gallery.inc.
Provides the interface to the user model for the application.
◆ VideoGallery()
VideoGallery::VideoGallery |
( |
| ) |
|
Definition at line 105 of file video_gallery.inc.
107 $this->primary_key =
"video_gallery_id";
108 $this->table =
"video_gallery";
112 $this->relations[
"Owner"] =
$mgr->getUserClass();
114 $this->default_format =
"{gallery_name}";
116 $this->DataItem(func_get_args());
◆ Videos()
VideoGallery::Videos |
( |
|
$constraint = "" | ) |
|
◆ $fields
Initial value:= array("video_gallery_id" => Number,
"gallery_name" => String,
"identifier" => String,
"description" => HTML,
"keywords" => String,
"hidden" => Boolean,
"owner_id" => Number,
"read_access" => String,
"write_access" => String,
"published" => Boolean,
"last_modified" => Timestamp)
Definition at line 43 of file video_gallery.inc.
◆ $relations
The documentation for this class was generated from the following file: