API17

JAdapter: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 2: Line 2:
=={{JVer|11.1}} JAdapter==
=={{JVer|11.1}} JAdapter==
===Description===
===Description===
{{subst:Description:JAdapter}}
 


===Methods===
===Methods===
Line 43: 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]]
{{subst:SeeAlso:JAdapter}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JAdapter
category=JAdapter
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 02:18, 25 March 2017

Joomla 11.1 JAdapter

Description

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


User contributed notes

Code Examples