Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (JRegistry $state=null, JDatabaseDriver $db=null) | |
getDb () | |
setDb (JDatabaseDriver $db) | |
Fonctions membres publiques inherited from JModelBase | |
__construct (JRegistry $state=null) | |
getState () | |
setState (JRegistry $state) |
Fonctions membres protégées | |
loadDb () | |
Fonctions membres protégées inherited from JModelBase | |
loadState () |
Attributs protégés | |
$db | |
Attributs protégés inherited from JModelBase | |
$state |
Définition à la ligne 19 du fichier database.php.
JModelDatabase::__construct | ( | JRegistry | $state = null , |
JDatabaseDriver | $db = null |
||
) |
Instantiate the model.
JRegistry | $state | The model state. |
JDatabaseDriver | $db | The database adpater. |
Définition à la ligne 37 du fichier database.php.
JModelDatabase::getDb | ( | ) |
Get the database driver.
Définition à la ligne 52 du fichier database.php.
|
protected |
Load the database driver.
Définition à la ligne 78 du fichier database.php.
Références JFactory\getDbo().
JModelDatabase::setDb | ( | JDatabaseDriver | $db | ) |
Set the database driver.
JDatabaseDriver | $db | The database driver. |
Définition à la ligne 66 du fichier database.php.
|
protected |
Définition à la ligne 27 du fichier database.php.