コード例 #1
0
ファイル: Estatus.php プロジェクト: rzamarripa/shabel
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getDetallecotizacions()
 {
     return $this->hasMany(Detallecotizacion::className(), ['estatus_did' => 'id']);
 }
コード例 #2
0
ファイル: Articulo.php プロジェクト: rzamarripa/shabel
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getDetallecotizacions()
 {
     return $this->hasMany(Detallecotizacion::className(), ['articulo_aid' => 'id']);
 }