Attribute Changed :DataObjects/Core_notify_recur_repeat.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 3 Apr 2012 09:26:44 +0000 (17:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 3 Apr 2012 09:26:44 +0000 (17:26 +0800)
DataObjects/Core_notify_recur_repeat.php
DataObjects/Core_notify_recur.php

DataObjects/Core_notify_recur.php
DataObjects/Core_notify_recur_repeat.php [new file with mode: 0644]

index e69de29..7e0f085 100644 (file)
@@ -0,0 +1,24 @@
+<?php
+/**
+ * Table Definition for core_notify_recur
+ */
+require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+
+    public $__table = 'core_notify_recur';    // table name
+    public $id;                              // int(11)  not_null primary_key auto_increment
+    public $person_id;                       // int(11)  not_null
+    public $dtstart;                         // datetime(19)  not_null binary
+    public $dtend;                           // datetime(19)  not_null binary
+    public $tz;                              // real(6)  not_null
+    public $updated_dt;                      // datetime(19)  not_null binary
+    public $last_applied_dt;                 // datetime(19)  not_null binary
+
+    
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+}
diff --git a/DataObjects/Core_notify_recur_repeat.php b/DataObjects/Core_notify_recur_repeat.php
new file mode 100644 (file)
index 0000000..91d030c
--- /dev/null
@@ -0,0 +1,22 @@
+<?php
+/**
+ * Table Definition for core_notify_recur_repeat
+ */
+require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_notify_recur_repeat extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+
+    public $__table = 'core_notify_recur_repeat';    // table name
+    public $id;                              // int(11)  not_null primary_key auto_increment
+    public $recur_id;                        // int(11)  not_null
+    public $freq;                            // string(8)  not_null
+    public $freq_day;                        // blob(65535)  not_null blob
+    public $freq_hour;                       // blob(65535)  not_null blob
+
+    
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+}