コード例 #1
0
ファイル: PvtPlacesKitchens.php プロジェクト: saqbest/res.dev
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPlace()
 {
     return $this->hasOne(MrPlaces::className(), ['id' => 'place_id']);
 }
コード例 #2
0
ファイル: Categories.php プロジェクト: saqbest/res.dev
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMrPlaces()
 {
     return $this->hasMany(MrPlaces::className(), ['category_id' => 'id']);
 }