SUIT Framework
Package:
Summary:
Template engine with configurable syntax
Groups:
Author:
Description:
This class is implements a template engine with configurable syntax.
It allows defining the syntax of the template place holder marks, like start and end characters, section end characters, escape characters, and nodes that define PHP code to run when processing sections enclosed with given start and end characters.
The class can read templates for a given path, process the template syntax and return the results as a single string.
A version of this class is also made available in the Python language.
Homepage: http://www.suitframework.com/
It allows defining the syntax of the template place holder marks, like start and end characters, section end characters, escape characters, and nodes that define PHP code to run when processing sections enclosed with given start and end characters.
The class can read templates for a given path, process the template syntax and return the results as a single string.
A version of this class is also made available in the Python language.
Homepage: http://www.suitframework.com/
Comments are closed.