API17:JTable:: construct
From Joomla! Documentation
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
User contributed notes
Code Examples