| | void defaultTableFields(
int
$instanceID) | 
 | 
	
		Load the instances of the given users at once.
This is some hacking to reduce database load:  The necessary instances are loaded at once and cached  by GALInstances while fetching them.  On my system, this saves 0.4 seconds when displaying 300 users :-).  It doesn't return the instances because in most cases GALUser::instance()  is used to access instances. This adds only little overhead, because already fetched and constructed  rows are cached, so that a call of GALTable::row() returns the requested row without  database query or constructor call.
	Overrides 
GALItem_multiFrontend::defaultTableFields() (parent method not documented)
        
Parameters:
    
        
   
  
    | | DOMElement show_list(
int
$startOffset, array
$linkPreset, 
$node) | 
 | 
	
		Shows multiple items as list.
This method appends xhtml markup to the  given DOMNode that displays the items in the list layout.
Tags:
	Overrides 
GALItem_multiFrontend::show_list() (Shows multiple items as list.)
        
Parameters:
    
        
   
  
    | | DOMElement show_multiedit(
int
$startOffset, array
$linkPreset, 
$node) | 
 | 
	
		Displays a form to edit multiple elements at once.
This method appends xhtml markup to the  given DOMNode that displays the items in the multiedit layout.
Tags:
	Overrides 
GALItem_multiFrontend::show_multiedit() (Displays a form to edit multiple elements at once.)
        
Parameters: