DataObjects/Core_person_signup.php
authorEdward <edward@roojs.com>
Tue, 24 Feb 2015 09:17:51 +0000 (17:17 +0800)
committerEdward <edward@roojs.com>
Tue, 24 Feb 2015 09:17:51 +0000 (17:17 +0800)
DataObjects/Core_person_signup.php

index f438024..88e1a45 100644 (file)
@@ -104,7 +104,10 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject
         }
         
         $hydra_person->setFrom($this->toArray());
-//        $hydra_person->e
+        $hydra_person->employer_name = $this->company_name;
+        
+        $hydra_person->insert();
+        $hydra_person->onInsert();
     }
     
     function sendVerification($template, $roo)