Q_Mustache Class
This class lets you output render mustache templates
Methods
render
(
String
static
-
$template
-
[$data=array()]
Render view using Mustache rendering engine
Parameters:
-
$template
String -
[$data=array()]
Mixed optional
Returns:
String:
Rendered template
render
(
String
static
-
$source
-
[$data=array()]
Render source using Mustache rendering engine
Parameters:
-
$source
String -
[$data=array()]
Mixed optional
Returns:
String:
Rendered template