What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Apr 21, 2007 by AntonShevchuk
Introduction  
Introduction

Introduction

High Speed Template is a web template system written in PHP. HSTemplate separates PHP, as a business logic, from HTML, a presentation logic.

High Speed Template work with PHP4/5 - it's really very fast template because it's not a "template engine language" wrote on PHP - it's only PHP!

I read small article (http://spectator.ru/technology/php/easy_templates) and create this is 'template engine'

Detailed description

This package implements a template engine with output caching support.

It can assign templates files a name so they can be referenced by that name.

The class loads from a given directory template files which are actual HTML files with embedded PHP code.

It can assign to each template, variables which are stored as class variables.

The templates are processed by turning template variables into local variables and then include the template file scripts.

The results of processed templates can be cached to avoid subsequent template processing overhead.


Sign in to add a comment