API17

Difference between revisions of "JAdapterInstance:: construct"

From Joomla! Documentation

m (JoomlaWikiBot moved page JAdapterInstance:: construct/11.1 to API17:JAdapterInstance:: construct without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 43: Line 43:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JAdapterInstance::__construct source code''' on [[jplatform:base/adapterinstance.php#cl-36|BitBucket]]
 
* {{JVer|11.1}} '''JAdapterInstance::__construct source code''' on [[jplatform:base/adapterinstance.php#cl-36|BitBucket]]
* {{JVer|11.1}} Class [[JAdapterInstance/11.1|JAdapterInstance]]
+
* {{JVer|11.1}} Class [[API17:JAdapterInstance|JAdapterInstance]]
* {{JVer|11.1}} Subpackage [[Subpackage_Base/11.1|Base]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Base|Base]]
* [[JAdapterInstance::__construct|Other versions of JAdapterInstance::__construct]]
+
* [[API17:JAdapterInstance::__construct|Other versions of JAdapterInstance::__construct]]
 
{{SeeAlso:JAdapterInstance::__construct}}
 
{{SeeAlso:JAdapterInstance::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 61: Line 61:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JAdapterInstance]][[Category:JAdapterInstance::__construct]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:41, 11 May 2013

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 JAdapterInstance::__construct[edit]

Description[edit]

Constructor.

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

public function __construct (
        &$parent
        &$db
        $options=Array
)
Parameter Type Default Description
&$parent object $parent Parent object [ instance]
&$db object $db Database object [ instance]
$options array Array() Configuration Options
  • Returns void
  • Defined on line 44 of libraries/joomla/base/adapterinstance.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />