API17

API17:JTable:: construct

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples