phpSTE

phpSTE

06 Jul 2009

phpSTE (PHP Simple Template Engine) is a template engine I have started today.

It is light, fast and simple. Right now it is not 100% functional, and I have not tested it enough, but it has started to do a few things. In addition, it supports template inheritance.

It is written for PHP5.3 or greater. It uses namespaces, late static binding and a few other things from this version.

http://code.google.com/p/phpste/

The obejctive is that, once finished, the engine fits in 1000 lines of commented code and that it fits in a single file to make it super easy to include in other projects.

Spanish

phpSTE (PHP Simple Template Engine) es un sistema de templates que he empezado a hacer hoy.

Se caracteriza por ser liviano, rápido y sencillo. Actualmente no es 100% funcional, ni lo he testeado lo suficiente, pero ya empieza a hacer cosas.
Además, soporta herencia de templates.

Está programado para PHP5.3 o superior. Hace uso de namespaces, late static binding y alguna otra cosa de esta versión.

http://code.google.com/p/phpste/
La idea es que el engine terminado no supere las 1000 líneas de código comentado y que esté todo en un único archivo para facilitar al máximo su inclusión en otros proyectos.