DataObjects/pman.links.ini
[Pman.Core] / DataObjects / Core_geoip_continent.php
index d5f30a7..d17a6db 100644 (file)
@@ -1,17 +1,22 @@
 <?php
-
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
 /**
- * Description of Core_geoip_continent
- *
- * @author edward
+ * Table Definition for core_geoip_continent
  */
-class Core_geoip_continent {
-    //put your code here
-}
+require_once 'DB/DataObject.php';
 
-?>
+class Pman_Core_DataObjects_Core_geoip_continent extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+
+    public $__table = 'core_geoip_continent';                       // table name
+    public $id;
+    public $code;
+    public $name;
+
+
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+    
+    
+}