make User_group use caching staticGet()
This commit is contained in:
		@@ -31,7 +31,9 @@ class User_group extends Memcached_DataObject
 | 
				
			|||||||
    public $force_scope;                     // tinyint
 | 
					    public $force_scope;                     // tinyint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Static get */
 | 
					    /* Static get */
 | 
				
			||||||
    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('User_group',$k,$v); }
 | 
					    function staticGet($k,$v=NULL) {
 | 
				
			||||||
 | 
					        return Memcached_DataObject::staticGet('User_group',$k,$v);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* the code above is auto generated do not remove the tag below */
 | 
					    /* the code above is auto generated do not remove the tag below */
 | 
				
			||||||
    ###END_AUTOCODE
 | 
					    ###END_AUTOCODE
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user