From: Alan Knowles Date: Wed, 30 Mar 2011 06:21:00 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=6042379e677b492243ec128f007d0e417532904d DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 3668ebb0..d20df13d 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -18,4 +18,25 @@ CREATE TABLE core_notify ( INDEX `lookup`(`act_when`, `msgid`) ); */ + +require_once 'DB/DataObject.php'; +class Pman_Core_DataObjects_Core_notify extends DB_DataObject +{ + ###START_AUTOCODE + /* the code below is auto generated do not remove the above tag */ + + + public $__table = 'core_nofity'; + public $act_when; + + public $ontable; + public $onid; + + public $person_id; + + public $msgid; // message id after it has been sent. + public $sent; // date it was sent.?? or last effort.. + public $bounced; // 1 - failed to send (??) // 2 = we got a bounce. + + \ No newline at end of file