Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getComunidad()
 {
     return $this->hasOne(Comunidad::className(), ['id' => 1]);
 }
Exemplo n.º 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getComunidads()
 {
     return $this->hasMany(Comunidad::className(), ['id_cant' => 'id_cant']);
 }