DataObjects/core_geoip_location.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 09:14:58 +0000 (17:14 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 09:14:58 +0000 (17:14 +0800)
DataObjects/core_geoip_location.php

index e50bd02..102c8ee 100644 (file)
@@ -11,10 +11,10 @@ class Pman_Core_DataObjects_Core_geoip_location extends DB_DataObject
 
     public $__table = 'core_geoip_location';                       // table name
     public $id;
-    public $continent_id;
-    public $code;
-    public $name;
-
+    public $latitude;
+    public $longitude;
+    public $city_id;
+    
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE