Show:

Q_Mustache Class

Module: Q

This class lets you output render mustache templates

Item Index

Methods

Methods

render

(
  • $template
  • [$data=array()]
)
String static

Render view using Mustache rendering engine

Parameters:

  • $template String
  • [$data=array()] Mixed optional

Returns:

String:

Rendered template

render

(
  • $source
  • [$data=array()]
)
String static

Render source using Mustache rendering engine

Parameters:

  • $source String
  • [$data=array()] Mixed optional

Returns:

String:

Rendered template