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}} | ||
===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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:41, 24 March 2017
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. |
- Defined in libraries/joomla/base/adapter.php
- Extends JObject
- Extended by
Importing
jimport( 'joomla.base.adapter' );
See also
JAdapter source code on BitBucket
Subpackage Base- Other versions of JAdapter
{{subst:SeeAlso:JAdapter}}
User contributed notes
<CodeExamplesForm />