mapq/html-template

A template system to separate HTML from backend logic. Support in PHP for now.

v1.3.6 2015-04-24 00:05 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:12:12 UTC


README

The tiny template is a very simple template language implemented in PHP to be used for small projects and classroom instruction. The language supports conditionals, repetitions, and calls to functions embedded in HTML. I wrote it to explain how template systems work and to demonstrate why they need to have some amount of computation in them.

Since its first version, I have added a few things that were easy to add but extended it beyond the original goals. There are still a few things left to be implemented.

Manuel A. Perez-Quinones Computer Science Virginia Tech 2014