ContactModelContact::getTable
Returns a Table object, always creating it
Signature
public function getTable([string
$type = 'Contact',
[string
$prefix = 'ContactTable',
array
$config]] )
Parameters
-
$type
- The table type to instantiate
-
$prefix
- A prefix for the table class name. Optional.
-
$config
- Configuration array for model. Optional.
Returns
- JTable
- A database object