DataObjects/Core_notify_server.php wip_alan_T7796_media_outreach_crm_needs_distributed
authorAlan <alan@roojs.com>
Thu, 5 Oct 2023 07:14:10 +0000 (15:14 +0800)
committerAlan <alan@roojs.com>
Thu, 5 Oct 2023 07:14:10 +0000 (15:14 +0800)
DataObjects/Core_notify_server.php [new file with mode: 0644]

diff --git a/DataObjects/Core_notify_server.php b/DataObjects/Core_notify_server.php
new file mode 100644 (file)
index 0000000..f678e6c
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Table Definition for core_notify_server
+ */
+class_exists('DB_DataObject') ? '' : require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_notify_server extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+
+    public $__table = 'core_notify_server';    // table name
+    public $id;                              // int(11)  not_null primary_key auto_increment
+    public $hostname;
+    public $helo;
+    public $poolname;
+    public $is_active;
+    public $last_send;
+    
+    
+    
+    
+}
\ No newline at end of file