API17:JDocumentHTML::render
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentHTML::render
Description
Outputs the template to the browser.
Description:JDocumentHTML::render [Edit Descripton]
Synopsis
public JDocumentHTML->render ($caching=false, $params=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $caching | boolean | false | $cache If true, cache the output |
| $params | array | array() | Associative array of attributes |
Returns
The rendered data
Defined in
libraries/joomla/document/html/html.php
Referenced by
See also
Examples
<CodeExamplesForm />
