[PHP] RE: Templates... (dumb me)

2003-07-14 Thread Donatas
http://www.mif.vu.lt/~doma2988/tpl/ From: Donatas [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 7:38 PM To: '[EMAIL PROTECTED]' Does anyone know any other way used in template engines for loops but creating array first and passing it t

[PHP] Templates...

2003-07-14 Thread Donatas
Does anyone know any other way used in template engines for loops but creating array first and passing it to template class? This is rather annoying and it makes work slower and code harder to read. I've made my own template class with variable and loop support. Loop handling is way different