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 | |
display ($cachable=false, $urlparams=false) | |
__construct ($config=array()) | |
Attributs protégés | |
$default_view = 'fields' | |
Fields Controller
Base controller class for Fields Component.
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. Recognized key values include 'name', 'default_task', 'model_path', and 'view_path' (this list is not meant to be comprehensive). |
Références $config, $lang, JPATH_ADMINISTRATOR, et JPATH_COMPONENT_ADMINISTRATOR.
Typical view method for MVC based architecture
This function is provide as a default implementation, in most cases you will need to override it in your own controllers.
boolean | $cachable | If true, the view output will be cached |
array | bool | $urlparams | An array of safe URL parameters and their variable types, for valid values see JFilterInput::clean() |
Références $id.
|
protected |