Example #1
0
 public function getCashbooks()
 {
     return $this->hasMany(Cashbook::className(), ['category_id' => 'id_category']);
 }
Example #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCashbooks()
 {
     return $this->hasMany(Cashbook::className(), ['type_id' => 'id_type']);
 }