コード例 #1
0
 public function getNurse()
 {
     return $this->hasOne(Nurse::className(), ['ID' => 'ns_nurseID']);
 }