Пример #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getIdNotaServicio()
 {
     return $this->hasOne(NotaServicio::className(), ['id' => 'id_nota_servicio']);
 }
Пример #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getNotaServicios()
 {
     return $this->hasMany(NotaServicio::className(), ['id_cliente' => 'id']);
 }