ankit / Template-System-in-PHP

Simple template system in PHP for web applications. Simple enough to explain in the classroom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Template System in PHP

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 in class how template systems work and to demonstrate why they need to have some amount of computation in them.

There are still a few things left to be implemented.

Manuel A. Perez-Quinones
Computer Science, Virginia Tech, 2012

About

Simple template system in PHP for web applications. Simple enough to explain in the classroom.


Languages

Language:PHP 100.0%