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

index e9e77ca..21e42ef 100644 (file)
@@ -11,9 +11,9 @@ class Pman_Core_DataObjects_Core_geoip_country extends DB_DataObject
 
     public $__table = 'core_geoip_country';                       // table name
     public $id;
-    public $continent_code;
-    public $continent_name;
-
+    public $continent_id;
+    public $code;
+    public $name;
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE