예제 #1
0
파일: Barang.php 프로젝트: C12D/advanced
 public function getUnitb()
 {
     return $this->hasOne(Unitbarang::className(), ['ID' => 'KD_UNIT']);
 }