示例#1
0
 public function getContact()
 {
     return $this->hasOne(Contact::className(), ['contactid' => 'contactid']);
 }