DataObjects/core_geoip_location.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 09:16:02 +0000 (17:16 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 09:16:02 +0000 (17:16 +0800)
DataObjects/core_geoip_location.php [deleted file]

diff --git a/DataObjects/core_geoip_location.php b/DataObjects/core_geoip_location.php
deleted file mode 100644 (file)
index 102c8ee..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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
-    
-    
-}