Lightweight PHP5 based template class/system
Posted
by Wizzard
on Stack Overflow
See other posts from Stack Overflow
or by Wizzard
Published on 2010-02-10T07:46:33Z
Indexed on
2010/03/29
1:03 UTC
Read the original article
Hit count: 435
Hi there.
Looking at using a template system for a new project, it's only a small site and don't want to use the overhead and 'complexity' of smarty. I don't really like template systems that force you to make use of another language just to make it easier for designers (apparently).
Something like this http://www.namepros.com/code/517342-php5-template-class.html is what Im looking at but something which is a bit more robust and proven.
© Stack Overflow or respective owner