Ejemplo n.º 1
0
 public function getPhoto()
 {
     return $this->hasOne(MPhoto::className(), ['photo_id' => 'photo_id']);
 }