Import/Core_geoip.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 09:07:47 +0000 (17:07 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 09:07:47 +0000 (17:07 +0800)
Import/Core_geoip.php

index c897619..6885b00 100644 (file)
@@ -88,11 +88,19 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo
             foreach($cols as $i=>$k) {
                 $row[$k] = $n[$i];
             }
-            print_r($row);exit;
+            
+            $this->processLocation($row);
         }
         
     }
     
+    function precessLocation($row)
+    {
+        if(!empty($row['CONTINENT_CODE']) && !empty($row['CONTINENT_NAME'])){
+            
+        }
+    }
+    
     
     
     function log($str)