API17

Difference between revisions of "JTableAsset:: construct"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JTableAsset::__construct|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JTableAsset::__construct|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JTableAsset::__construct (&$db)
+
public function __construct (&$db)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 54 of libraries/joomla/database/table/asset.php
===Defined in===
 
libraries/joomla/database/table/asset.php (line 54)
 
* see source code in [[jplatform:database/table/asset.php#cl-54|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JTableAsset::__construct source code''' on [[jplatform:database/table/asset.php#cl-46|BitBucket]]
 +
* {{JVer|11.1}} Class [[JTableAsset/11.1|JTableAsset]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
 +
* [[JTableAsset::__construct|Other versions of JTableAsset::__construct]]
 +
{{SeeAlso:JTableAsset::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTableAsset::__construct|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JTableAsset::__construct|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JTableAsset/11.1|JTableAsset]]
+
===User contributed notes===
* [[JTableAsset::__construct|Other versions of this method]]
 
{{SeeAlso:JTableAsset::__construct}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 46: Line 43:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JTableAsset]][[Category:JTableAsset::__construct]]</noinclude>
 
<noinclude>[[Category:JTableAsset]][[Category:JTableAsset::__construct]]</noinclude>

Revision as of 21:46, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JTableAsset::__construct[edit]

Description[edit]

Template:Description:JTableAsset:: construct [Edit Descripton]

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

See also[edit]

Template:SeeAlso:JTableAsset:: construct [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />