JTableContent:: construct: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
<source lang="php"> | <source lang="php"> | ||
| Line 30: | Line 30: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JTableContent::__construct|Other versions of JTableContent::__construct]] | * [[API17:JTableContent::__construct|Other versions of JTableContent::__construct]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JTableContent::__construct | category=JTableContent::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:48, 25 March 2017
JTableContent::__construct
Description
public function __construct (&$db)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$db | database | A database connector object |
See also
JTableContent::__construct source code on BitBucket
Class JTableContent
Subpackage Database- Other versions of JTableContent::__construct
User contributed notes
Code Examples