Download List

Project Description

TemplateThis is a PHP templating system used to
separate HTML from code, easing the process of
creating any type of Web application. The main
features of TemplateThis are its speed,
flexibility, and ease of use. The engine parser
includes support for block iterating, control
structures, template compiling, custom extensions,
and more. TemplateThis is written in pure OO PHP
and does not rely on any frameworks or databases
to run, making it usable on almost any shared host
with PHP enabled.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-08-05 19:30
0.4.2

This release brings back the template caching feature and has bugfixes for these functions. The example files have been updated to show the usage of the cache system. There are some new customizable variables inside of the class file that you can change to control how the cache feature handles templates.
Tags: Major feature enhancements

2004-07-31 06:47
0.3.6

Custom tag delimeters that can be changed in the
class file were added. A small bug in the core that
made it impossible to modify the $_data array
through custom extensions still remains.
Tags: Minor feature enhancements

2004-07-30 18:55
0.2.8

The entire debug function has been removed. It was causing a huge glitch
in the compiler and there was no way of fixing it without rewriting
the debug function completely. This is temporary. Also, there is a new
function called prepend().
Tags: Minor feature enhancements

2004-07-28 16:11
0.2.4

In this release, most most bugs that were
overlooked were fixed. This includes a reference
variable that resulted in a major flaw in the
parser. Other additions include two new
extensions, updated code documentation, and a
prepend function. The cache_use and cache_callback
functions were temporarily taken out due to
non-functionality.
Tags: Minor bugfixes

Project Resources