47 "description" => HTML,
48 "video_file" => String,
51 "image_file" => String,
53 "last_modified" => Timestamp,
54 "sort_order" => Number,
55 "video_gallery_id" => Number);
75 $extension = substr($this->video_file, strrpos($this->video_file,
".") + 1);
81 $this->table =
"video";
82 $this->primary_key =
"video_id";
85 $this->relations[
"User"] =
$mgr->getUserClass();
87 $this->DataItem(func_get_args());
static using()
Import the datamodels, views and manifest for the specified component(s).
Provides the interface to the user model for the application.