コード例 #1
0
ファイル: Factencuesta.php プロジェクト: krispaz/appsinsch
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getComunidad()
 {
     return $this->hasOne(Comunidad::className(), ['id' => 1]);
 }
コード例 #2
0
ファイル: Canton.php プロジェクト: krispaz/appsinsch
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getComunidads()
 {
     return $this->hasMany(Comunidad::className(), ['id_cant' => 'id_cant']);
 }