API17

JAdapter: Difference between revisions

From Joomla! Documentation

m moving preparation
m clean up
Line 2: Line 2:
=={{JVer|11.1}} JAdapter==
=={{JVer|11.1}} JAdapter==
===Description===
===Description===
{{Description:JAdapter}}
{{subst:Description:JAdapter}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JAdapter|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
Line 45: Line 43:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Base|Base]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Base|Base]]
* [[API17:JAdapter|Other versions of JAdapter]]
* [[API17:JAdapter|Other versions of JAdapter]]
{{SeeAlso:JAdapter}}
{{subst:SeeAlso:JAdapter}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JAdapter|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:41, 24 March 2017

Joomla 11.1 JAdapter

Description

{{subst:Description:JAdapter}}

Methods

Visibility Method name Description
public __construct Constructor.
public getAdapter Return an adapter.
public getDBO Get the database connector object.
public loadAllAdapters Loads all adapters.
public setAdapter Set an adapter by name.

Importing

jimport( 'joomla.base.adapter' );

See also

{{subst:SeeAlso:JAdapter}}

User contributed notes

<CodeExamplesForm />