Static method to get an instance of a JTable class if it can be found in the table include paths. To add include paths for searching for JTable classes see JTable::addIncludePath().
Signature
public function getInstance(string
$type,
[string
$prefix = 'JTable',
array
$config] )
Parameters
$type
The type (name) of the JTable class to get an instance of.
$prefix
An optional prefix for the table class name.
$config
An optional array of configuration values for the JTable object.
Returns
mixed
A JTable object if found or boolean false if one could not be found.