API16:JAdapter
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JAdapter
Contents |
Defined in
libraries/joomla/base/adapter.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| getDBO | Get the database connector object |
| setAdapter | Set an adapter by name |
| getAdapter | Return an adapter |
| loadAllAdapters | Loads all adapters |
Importing
jimport( 'joomla.base.adapter' );
[Edit See Also] SeeAlso:JAdapter
Examples
<CodeExamplesForm />
