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

index 275eeea..d17a6db 100644 (file)
@@ -11,8 +11,8 @@ class Pman_Core_DataObjects_Core_geoip_continent extends DB_DataObject
 
     public $__table = 'core_geoip_continent';                       // table name
     public $id;
-    public $continent_code;
-    public $continent_name;
+    public $code;
+    public $name;
 
 
     /* the code above is auto generated do not remove the tag below */