示例#1
0
 public function getParents()
 {
     return $this->hasOne(Parents::className(), ['parent_id' => 'PARENT_ID']);
 }