Website Templating
A template engine is a piece of software that processes an input text (the template) to produce one or more output texts.The processing itself generally consists in replacing specific sequences of text with data provided by a model or resulting from more complex operations.
From : en.wikipedia.org/wiki/Template_engine
dTemplate
dTemplate - A simple yet powerful template handling logic with advanced features.
This module is aimed to be a fast, general-purpose, lightweight but easily extendible templating system.
With this module, you can write template-parsing routines in the way the templates are structured logically: starting from outside to inside. Your code will be clear, well-structured and easy to understand. This logic can be attained using by inline subroutines as values of template variables.
visit
dTemplate
dTemplate was visited : 249 times
Loading .....