Siviglia Templating
Package:
Summary:
Template engine that uses PHP as template language
Groups:
Author:
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.
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.
Comments are closed.