JTable:: construct
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JTable::__construct
Description
Object constructor to set table and key fields.
public function __construct (
$table
$key
&$db
)
Parameter | Type | Default | Description |
---|---|---|---|
$table | |||
$key | |||
&$db |
- Returns
- Defined on line 83 of libraries/joomla/database/table.php
See also
JTable::__construct source code on BitBucket
Class JTable
Subpackage Database
- Other versions of JTable::__construct