API17

JTableContent:: construct: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:




{{Description:JTableContent::__construct}}
{{subst:Description:JTableContent::__construct}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JTableContent::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function __construct (&$db)
public function __construct (&$db)
Line 32: 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]]
{{SeeAlso:JTableContent::__construct}}
{{subst:SeeAlso:JTableContent::__construct}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTableContent::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:14, 24 March 2017

Joomla 11.1 JTableContent::__construct

Description

{{subst:Description:JTableContent::__construct}}

public function __construct (&$db)
Parameter Type Default Description
&$db database A database connector object
  • Returns
  • Defined on line 28 of libraries/joomla/database/table/content.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JTableContent::__construct}}

User contributed notes

<CodeExamplesForm />