示例#1
0
 public function submit()
 {
     if ($this->validate()) {
         JobApply::setStep(3);
         JobApply::setForm3($this->attributes);
         return true;
     }
     return false;
 }