示例#1
0
文件: Tags.php 项目: abutouq/video
 /**
  * @return ActiveQuery
  */
 public function getVideoTags()
 {
     return $this->hasMany(VideoTag::className(), ['tag_id' => 'id']);
 }