Exemple #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCodi()
 {
     return $this->hasOne(Code::className(), ['id' => 'codi_id']);
 }
Exemple #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCodes()
 {
     return $this->hasMany(Code::className(), ['member_id' => 'id']);
 }
Exemple #3
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCodes()
 {
     return $this->hasMany(Code::className(), ['created_by' => 'id']);
 }