Liste de tous les membres
Documentation des constructeurs et destructeur
JAdapter::__construct |
( |
|
$basepath, |
|
|
|
$classprefix = null , |
|
|
|
$adapterfolder = null |
|
) |
| |
Constructor
- Paramètres:
-
string | $basepath | Base Path of the adapters |
string | $classprefix | Class prefix of adapters |
string | $adapterfolder | Name of folder to append to base path |
- Depuis:
- 11.1
Documentation des fonctions membres
JAdapter::getAdapter |
( |
|
$name, |
|
|
|
$options = array() |
|
) |
| |
Return an adapter.
- Paramètres:
-
string | $name | Name of adapter to return |
array | $options | Adapter options |
- Renvoie:
- object Adapter of type 'name' or false
- Depuis:
- 11.1
Références $name, et $options.
Get the database connector object
- Renvoie:
- JDatabase Database connector object
- Depuis:
- 11.1
JAdapter::loadAllAdapters |
( |
|
$options = array() | ) |
|
JAdapter::setAdapter |
( |
|
$name, |
|
|
& |
$adapter = null , |
|
|
|
$options = array() |
|
) |
| |
Set an adapter by name
- Paramètres:
-
string | $name | Adapter name |
object | &$adapter | Adapter object |
array | $options | Adapter options |
- Renvoie:
- boolean True if successful
- Depuis:
- 11.1
Références $class, $name, et $options.
Documentation des données membres
JAdapter::$_adapterfolder = 'adapters' |
|
protected |
JAdapter::$_adapters = array() |
|
protected |
JAdapter::$_basepath = null |
|
protected |
JAdapter::$_classprefix = 'J' |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :