Tamplate
Package:
Summary:
Template engine that replaces variables with text
Groups:
Author:
Description:
This class implements a template engine that replaces variables with text.
It can read and parse a given template file to replace marks with text values from variable values. The variable values may also be passed as arrays.
The processed template may be returned as a string or displayed as the current script output.
It can read and parse a given template file to replace marks with text values from variable values. The variable values may also be passed as arrays.
The processed template may be returned as a string or displayed as the current script output.
Comments are closed.