コード例 #1
0
ファイル: Tournament.php プロジェクト: alexberriman/l4d.tv
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCountry()
 {
     return $this->hasOne(Country::className(), ['id' => 'country_id']);
 }
コード例 #2
0
ファイル: Saleorder.php プロジェクト: nirantarnoy/st2
 public function getShipfromname()
 {
     return $this->hasOne(\common\models\Country::className(), ['Cry_id' => 'shipfrom']);
 }