JAdapter
From Joomla! Documentation
The "API16" 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.
<! removed transcluded page call, red link never existed >
Defined in[edit]
libraries/joomla/base/adapter.php
Methods[edit]
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[edit]
jimport( 'joomla.base.adapter' );
<! removed transcluded page call, red link never existed >
Examples[edit]
Code Examples[edit]