DataObjects/Core_geoip_location.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 09:16:09 +0000 (17:16 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 09:16:09 +0000 (17:16 +0800)
DataObjects/Core_geoip_location.php [new file with mode: 0644]

diff --git a/DataObjects/Core_geoip_location.php b/DataObjects/Core_geoip_location.php
new file mode 100644 (file)
index 0000000..102c8ee
--- /dev/null
@@ -0,0 +1,22 @@
+<?php
+/**
+ * Table Definition for core_geoip_location
+ */
+require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_geoip_location extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+
+    public $__table = 'core_geoip_location';                       // table name
+    public $id;
+    public $latitude;
+    public $longitude;
+    public $city_id;
+    
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+    
+    
+}