Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCosechadias()
 {
     return $this->hasMany(Cosechadia::className(), ['temporada_id' => 'temporada_id']);
 }
Exemplo n.º 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCosechadias()
 {
     return $this->hasMany(Cosechadia::className(), ['empleado_id' => 'empleado_id']);
 }