Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
createModel ($name, $prefix='', array $config=array()) | |
createView ($name, $prefix='', $type='', array $config=array()) | |
createTable ($name, $prefix='', array $config=array()) | |
createModel | ( | $name, | |
$prefix = '' , |
|||
array | $config = array() |
||
) |
Method to load and return a model object.
string | $name | The name of the model. |
string | $prefix | Optional model prefix. |
array | $config | Optional configuration array for the model. |
Implémenté dans MVCFactory, et LegacyFactory.
createTable | ( | $name, | |
$prefix = '' , |
|||
array | $config = array() |
||
) |
Method to load and return a table object.
string | $name | The name of the table. |
string | $prefix | Optional table prefix. |
array | $config | Optional configuration array for the table. |
Implémenté dans MVCFactory, et LegacyFactory.
createView | ( | $name, | |
$prefix = '' , |
|||
$type = '' , |
|||
array | $config = array() |
||
) |
Method to load and return a view object.
string | $name | The name of the view. |
string | $prefix | Optional view prefix. |
string | $type | Optional type of view. |
array | $config | Optional configuration array for the view. |
Implémenté dans MVCFactory, et LegacyFactory.