API17

API17:JController::display

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples