DataObjects/Core_domain.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 06:32:17 +0000 (14:32 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 06:32:17 +0000 (14:32 +0800)
DataObjects/Core_domain.php

index 3ac00fa..6420b7f 100644 (file)
@@ -1,8 +1,19 @@
 <?php
 <?php
-
-/* 
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
+/**
+ * Table Definition for core_domain
  */
  */
+require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_domain extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+  
+    public $__table = 'core_domain';
+    public $id;
+    public $domain;
 
 
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+    
+}