Exemplo n.º 1
0
 public function getSignuptype()
 {
     return $this->hasMany(SignupTypeForm::className(), ['actid' => 'id']);
 }
Exemplo n.º 2
0
 public function getSignuptypeform()
 {
     return $this->hasOne(SignupTypeForm::className(), ['id' => 'typeid']);
 }