Siviglia Templating

Package:
Siviglia Templating
Summary:
Template engine that uses PHP as template language
Groups:
Code Generation, Templates
Author:
Jose Maria Rodriguez Millan
Description:
This package implements a template engine that uses PHP as template language.

It takes template strings which are PHP scripts, and parse them using the PHP tokenizer extension to figure the blocks and sections of the template.

The template engine supports several types of tags which are converted into PHP code and merged with the template PHP code. The resulting code is executed to generate the template output.


Powered by Gewgley