3 * Table Definition for group_inbox
6 class Group_inbox extends Memcached_DataObject
9 /* the code below is auto generated do not remove the above tag */
11 public $__table = 'group_inbox'; // table name
12 public $group_id; // int(4) primary_key not_null
13 public $notice_id; // int(4) primary_key not_null
14 public $created; // datetime() not_null
18 function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Group_inbox',$k,$v); }
20 /* the code above is auto generated do not remove the tag below */
25 return Memcached_DataObject::pkeyGet('Group_inbox', $kv);