Template Manager
Package:
Summary:
Template engine that replaces variables in files
Groups:
Author:
Description:
This class implements a template engine that replaces variables in files
It can load a template file and process it to extract the list of template variables and replace them by template variable values.
The class supports replacing variables from a given array values,
or taking the values from global variables, including other template files.
The class all so processes a .conf file which any thing in there is load as Template.Key
It can load a template file and process it to extract the list of template variables and replace them by template variable values.
The class supports replacing variables from a given array values,
or taking the values from global variables, including other template files.
The class all so processes a .conf file which any thing in there is load as Template.Key
Comments are closed.