API17:JController::display
From Joomla! Documentation
JController::display
Description
Typical view method for MVC based architecture.
public function display (
$cachable=false
$urlparams=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $cachable | false | ||
| $urlparams | false |
- Returns
- Defined on line 580 of libraries/joomla/application/component/controller.php
See also
JController::display source code on BitBucket
Class JController
Subpackage Application- Other versions of JController::display
User contributed notes
Code Examples