DataObjects/Core_person_signup.php
authorAlan Knowles <alan@roojs.com>
Fri, 5 Dec 2014 07:51:57 +0000 (15:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 5 Dec 2014 07:51:57 +0000 (15:51 +0800)
DataObjects/Core_person_signup.php

index c13b74c..f959ee5 100644 (file)
@@ -1,4 +1,4 @@
- <?php
+<?php
 /**
  * Table Definition for Person
  */
 /**
  * Table Definition for Person
  */
@@ -31,6 +31,16 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject
     
     
     
     
     
     
+    
+    function verify($key)
+    {
+        // if key matches verify_key
+        // copy into person
+        // and delete....
+        
+        
+        
+    }
 }
 
     
\ No newline at end of file
 }
 
     
\ No newline at end of file