DataObjects/Core_events_archive.php
authorKH Lau <khlau@roojs.com>
Thu, 15 Feb 2018 02:22:54 +0000 (10:22 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 15 Feb 2018 02:22:54 +0000 (10:22 +0800)
DataObjects/Core_events_archive.php [new file with mode: 0644]

diff --git a/DataObjects/Core_events_archive.php b/DataObjects/Core_events_archive.php
new file mode 100644 (file)
index 0000000..ea07e28
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+/**
+ * Table Definition for core_events_archive
+ */
+require_once 'Pman/Core/DataObjects/Events.php';
+
+class Pman_PressRelease_DataObjects_Core_events_archive extends Pman_Core_DataObjects_Events
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+
+    public $__table = 'core_events_archive';    // table name
+    
+    
+   
+    
+    
+}
\ No newline at end of file