コード例 #1
0
ファイル: OrderModel.php プロジェクト: Sywooch/WebStore
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getIdPayment0()
 {
     return $this->hasOne(PaymentModel::className(), ['id' => 'idPayment']);
 }