forked from GNUsocial/gnu-social
break up big inbox queries into lots of small ones
This commit is contained in:
@@ -14,8 +14,14 @@ class Group_inbox extends Memcached_DataObject
|
||||
public $created; // datetime() not_null
|
||||
|
||||
/* Static get */
|
||||
|
||||
function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Group_inbox',$k,$v); }
|
||||
|
||||
/* the code above is auto generated do not remove the tag below */
|
||||
###END_AUTOCODE
|
||||
|
||||
function &pkeyGet($kv)
|
||||
{
|
||||
return Memcached_DataObject::pkeyGet('Group_inbox', $kv);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user