View Single Post
Old 02-19-2008, 10:14 PM   #1 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default 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}
TlcAndres is offline  
Reply With Quote