Templum v0.4.0 released (Simple PHP templating)
Tuesday, November 10th, 2009
I’ve released Templum v0.4.0
Templum is an extremely lightweight, simple yet powerful and fast templating engine for PHP. It re-uses the power of PHP itself for rendering templates, but provides additional features making it easier to write templating code. Rendering templates using Templum is very fast; it approximates native PHP rendering speed for include() statements.
This release features:
- Some small bug fixes
- Documentation updates
- The ability to include other templates in a template
Download instructions here.