Ejemplo n.º 1
0
 public function getAccHist()
 {
     return $this->hasMany(AccHist::className(), array('account_id' => 'id'));
 }