references:joomla.framework:application:jview-displaydisplay
Executes and displays the template script. This method invokes the JView→loadTemplate() method and displays the results. Syntaxvoid display ( $tpl )
ExamplesExample $view->display();
will cause the current view to be displayed using the current template. ISCUSSION~~ |


