Inherits DataItem.
Definition at line 41 of file video.inc.
◆ getFormat()
Definition at line 73 of file video.inc.
75 $extension = substr($this->video_file, strrpos($this->video_file,
".") + 1);
◆ User()
Definition at line 62 of file video.inc.
Provides the interface to the user model for the application.
◆ Video()
Definition at line 79 of file video.inc.
81 $this->table =
"video";
82 $this->primary_key =
"video_id";
85 $this->relations[
"User"] =
$mgr->getUserClass();
87 $this->DataItem(func_get_args());
◆ VideoGallery()
◆ $fields
Initial value:= array("video_id" => Number,
"title" => String,
"description" => HTML,
"video_file" => String,
"width" => Number,
"height" => Number,
"image_file" => String,
"user_id" => Number,
"last_modified" => Timestamp,
"sort_order" => Number,
"video_gallery_id" => Number)
Definition at line 45 of file video.inc.
◆ $relations
Initial value:
Definition at line 59 of file video.inc.
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/video/datamodel/video.inc