JTable::getInstance/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JTable::getInstance

Description

Static method to get an instance of a class if it can be found in the table include paths.

Description:JTable::getInstance [Edit Descripton]

public static function getInstance (
        $type
        $prefix= 'JTable'
        $config=array
)
Parameter Type Default Description
$type string The type (name) of the class to get an instance of.
$prefix string An optional prefix for the table class name.
$config array array() An optional array of configuration values for the object.

See also

SeeAlso:JTable::getInstance [Edit See Also]

User contributed notes


Personal tools