Exemple #1
0
 /**
  * 视频所属节
  */
 public function getVideoBelongSection($videoId)
 {
     $tbl = new DB_Haodu_CourseSection();
     return $tbl->scalar("*", "where video_id={$videoId}");
 }