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

index 1741887..28ac190 100644 (file)
@@ -1,17 +1,23 @@
 <?php
-
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
 /**
- * Description of Core_geoip_division
- *
- * @author edward
+ * Table Definition for core_geoip_division
  */
-class Core_geoip_division {
-    //put your code here
-}
+require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_geoip_division extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
 
-?>
+    public $__table = 'core_geoip_division';                       // table name
+    public $id;
+    public $code;
+    public $name;
+    
+    
+        
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+    
+    
+}