Example #1
0
 public function getCategory()
 {
     return $this->hasOne(AccCat::className(), array('id' => 'cat_id'));
 }