Support Joomla!

references:joomla.framework:application:jview-display

Table of Contents

display

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Application Class JView Method display Reference display() Never Work in Progress

Executes and displays the template script.

This method invokes the JView→loadTemplate() method and displays the results.

Syntax

void display ( $tpl )

$tpl string is a stirng containing the name of the template to display. See the loadTemplate method for more information. This parameter is optional and if omitted defaults to null and the base template will be used.

Examples

Example

$view->display();

will cause the current view to be displayed using the current template.


ISCUSSION~~

 
references/joomla.framework/application/jview-display.txt (627 views) · Last modified: 2007/08/15 14:50