Example #1
0
 public function getBookchild()
 {
     return $this->hasOne(Pembukuan_child::className(), ['CHILD_ID' => 'CHILD']);
 }