예제 #1
0
 public function getSpheres()
 {
     return $this->hasOne(Spheres::className(), ['id' => 'id_sphere']);
 }