ETS is a template system written with PHP that enables you to transform a set of data to any type of document.
For example, ETS can transform a list of product descriptions retrieved from a database to a HTML page. It can also construct SQL statements, ASCII data, XML documents... ETS supplies: array management - various conditional elements - access to any level in the data tree from any level in the template - data formatting - size reducing - integrated debug messages. |