Attribute Changed :DataObjects/Core_notify_recur_repeat.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 10 May 2012 08:48:51 +0000 (16:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 10 May 2012 08:48:51 +0000 (16:48 +0800)
DataObjects/Core_notify_recur_repeat.php

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

diff --git a/DataObjects/Core_notify_recur_repeat.php b/DataObjects/Core_notify_recur_repeat.php
new file mode 100644 (file)
index 0000000..dc870d0
--- /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 $freq;                            // string(8)  not_null
+    public $freq_day;                        // blob(65535)  not_null blob
+    public $freq_hour;                       // blob(65535)  not_null blob
+    public $recur_id;                        // int(11)  not_null
+
+    
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+}