API17:JAdapter
From Joomla! Documentation
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. |
- 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
User contributed notes
Code Examples