コード例 #1
0
 public function __construct()
 {
     $this->media_type = 'tv_archive';
     $this->db_table = 'tv_archive';
     parent::__construct();
 }
コード例 #2
0
 public function __construct()
 {
     $this->media_type = 'remote_pvr';
     $this->db_table = 'users_rec';
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     $this->media_type = 'karaoke';
     $this->db_table = 'karaoke';
     parent::__construct();
 }
コード例 #4
0
 public function __construct()
 {
     $this->media_type = 'vclub';
     $this->db_table = 'video';
     parent::__construct();
 }