API16

JAdapter: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 32: Line 32:


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JAdapter
  category=JAdapter
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*

Latest revision as of 01:17, 25 March 2017

<! removed transcluded page call, red link never existed >

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' );


<! removed transcluded page call, red link never existed >

Examples

Code Examples