JAdapter
From Joomla! Documentation
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.
JAdapter[edit]
Description[edit]
Methods[edit]
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[edit]
jimport( 'joomla.base.adapter' );
See also[edit]
- JAdapter source code on BitBucket
- Subpackage Base
- Other versions of JAdapter
User contributed notes[edit]
Code Examples[edit]