Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPart0()
 {
     return $this->hasOne(Parts::className(), ['id' => 'part']);
 }
Esempio n. 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getParts()
 {
     return $this->hasMany(Parts::className(), ['step' => 'id']);
 }