Пример #1
0
 /**
  * @Genre handle
  */
 public function getGenre()
 {
     return $this->hasMany(Genre::className(), ['movie_id' => 'id']);
 }
Пример #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMusic()
 {
     return $this->hasOne(Genre::className(), ['Id' => 'musicId']);
 }