API17

JTableContent:: construct: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:




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


<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]]
{{subst:SeeAlso:JTableContent::__construct}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JTableContent::__construct
category=JTableContent::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:48, 25 March 2017

Joomla 11.1 JTableContent::__construct

Description

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


User contributed notes

Code Examples