Example #1
0
 public function getCorp()
 {
     # code...
     return $this->hasOne(Corp::className(), ['CORP_ID' => 'PRINCIPAL_KD']);
 }
Example #2
0
 public function getCorp()
 {
     return $this->hasOne(Corp::className(), ['CORP_ID' => 'KD_CORP']);
 }