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=array()) | |
__construct ($config=array()) | |
display ($cachable=false, $urlparams=false) | |
Attributs protégés | |
$default_view = 'articles' | |
Component Controller
Content Component Controller
__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, elseif, et JPATH_COMPONENT_ADMINISTRATOR.
display | ( | $cachable = false , |
|
$urlparams = array() |
|||
) |
Method to display a view.
boolean | $cachable | If true, the view output will be cached |
array | $urlparams | An array of safe URL parameters and their variable types, for valid values see JFilterInput::clean(). |
Method to display a view.
boolean | $cachable | If true, the view output will be cached. |
boolean | $urlparams | An array of safe URL parameters and their variable types, for valid values see JFilterInput::clean(). |
Set the default view name and format from the Request. Note we are using a_id to avoid collisions with the router and the return page. Frontend is a bit messier than the backend.
Références $id, $user, et JError\raiseError().
|
protected |