02-19-2008, 10:14 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 264
Thanks: 2
|
templating system
Well I'm making a CMS and I've added a basic templating system
Quote:
<{id}>
<{info.id}>
<{info.username.}>
|
Whats your opinion on adding functions to a templating system? such as {section} from smarty
Quote:
{section name=looz loop=$loop}
{$info.id}
{/section}
|
|
|
|
|