Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCuotas()
 {
     return $this->hasMany(Cuota::className(), ['id_plan_pago' => 'id']);
 }
Example #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCuotas()
 {
     return $this->hasMany(Cuota::className(), ['id_estado_cuota' => 'id']);
 }