API17:JAdapter::setAdapter
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.
JAdapter::setAdapter
Description
Set an adapter by name.
Description:JAdapter::setAdapter [Edit Descripton]
Since
Synopsis
public JAdapter::setAdapter ($name, &$adapter=null, $options=Array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | Adapter name | |
| &$adapter | object | null | $adapter Adapter object |
| $options | array | Array() | Adapter options |
Returns
boolean True if successful
Defined in
libraries/joomla/base/adapter.php (line 97)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
