From: Alan Knowles Date: Tue, 3 Apr 2012 09:30:12 +0000 (+0800) Subject: DataObjects/Core_notify_recur.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2a4985643792a4c99eda00fba4cb0a17884b140e;p=Pman.Core DataObjects/Core_notify_recur.php --- diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 7e0f085b..df36894a 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -18,7 +18,29 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject public $updated_dt; // datetime(19) not_null binary public $last_applied_dt; // datetime(19) not_null binary + public $freq; // varchar(8) NOT NULL; + public $freq_day; // text NOT NULL; + public $freq_hour; // text /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE + + function repeats() + { + + } + + function notifytimes() + { + // make a list of datetimes when notifies need + $ar = + + + + + + } + + + }