Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($basepath, $classprefix=null, $adapterfolder=null) | |
getDBO () | |
setAdapter ($name, &$adapter=null, $options=array()) | |
getAdapter ($name, $options=array()) | |
loadAllAdapters ($options=array()) | |
Fonctions membres publiques inherited from JObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) |
Attributs protégés | |
$_adapters = array() | |
$_adapterfolder = 'adapters' | |
$_classprefix = 'J' | |
$_basepath = null | |
$_db | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Définition à la ligne 21 du fichier adapter.php.
JAdapter::__construct | ( | $basepath, | |
$classprefix = null , |
|||
$adapterfolder = null |
|||
) |
Constructor
string | $basepath | Base Path of the adapters |
string | $classprefix | Class prefix of adapters |
string | $adapterfolder | Name of folder to append to base path |
Définition à la ligne 69 du fichier adapter.php.
Références JFactory\getDbo().
JAdapter::getAdapter | ( | $name, | |
$options = array() |
|||
) |
Return an adapter.
string | $name | Name of adapter to return |
array | $options | Adapter options |
Définition à la ligne 140 du fichier adapter.php.
JAdapter::getDBO | ( | ) |
Get the database connector object
Définition à la ligne 85 du fichier adapter.php.
JAdapter::loadAllAdapters | ( | $options = array() | ) |
Loads all adapters.
array | $options | Adapter options |
Définition à la ligne 164 du fichier adapter.php.
JAdapter::setAdapter | ( | $name, | |
& | $adapter = null , |
||
$options = array() |
|||
) |
Set an adapter by name
string | $name | Adapter name |
object | &$adapter | Adapter object |
array | $options | Adapter options |
Définition à la ligne 101 du fichier adapter.php.
|
protected |
Définition à la ligne 36 du fichier adapter.php.
|
protected |
Définition à la ligne 29 du fichier adapter.php.
|
protected |
Définition à la ligne 50 du fichier adapter.php.
|
protected |
Définition à la ligne 42 du fichier adapter.php.
|
protected |
Définition à la ligne 58 du fichier adapter.php.