SKOR PHP Template is a PHP class that implements a template system. It can apply individual variable values or arrays with several variable values to fill in template files. A separate sub-class extends the base class to support delimited template section replacements.
Tags | template Template engine Class oop sections Blocks |
---|---|
Licenses | GPL |
Implementation | PHP 5 |
Translations | German English |
Release Notes: This release features placeholder replacement for single values and for arrays. Subtemplate blocks or sections will allow you to handle loops and unlimited nesting. You can display the result, fetch it to cache it, or do something else with it. Full implementation of output buffering.