Re: [PHP] Re: template usage

2008-10-12 Thread Ashley Sheridan
On Sun, 2008-10-12 at 13:17 -0500, Micah Gersten wrote: > The problem with smarty is that they are still using PHP4 as their main > language so they cannot take advantage of speed improvements in PHP5. > So, my suggestion is that if you're stuck with PHP4, go with smarty, > otherwise, find another

Re: [PHP] Re: template usage

2008-10-12 Thread Micah Gersten
The problem with smarty is that they are still using PHP4 as their main language so they cannot take advantage of speed improvements in PHP5. So, my suggestion is that if you're stuck with PHP4, go with smarty, otherwise, find another engine that's up to date. Thank you, Micah Gersten onShore Netw

Re: [PHP] Re: template usage

2008-10-12 Thread Nathan Rixham
Ashley Sheridan wrote: On Sun, 2008-10-12 at 18:04 +0100, Nathan Rixham wrote: Alain Roger wrote: Hi, i would like to know if you are a lot to use PHP templates for your web application or web sites ? if yes, which one do you use (smarty, pear, yapter, phplib,...) ? and for which reason ? what

Re: [PHP] Re: template usage

2008-10-12 Thread Ashley Sheridan
On Sun, 2008-10-12 at 18:04 +0100, Nathan Rixham wrote: > Alain Roger wrote: > > Hi, > > > > i would like to know if you are a lot to use PHP templates for your web > > application or web sites ? > > if yes, which one do you use (smarty, pear, yapter, phplib,...) ? > > and for which reason ? what

[PHP] Re: template usage

2008-10-12 Thread Nathan Rixham
Alain Roger wrote: Hi, i would like to know if you are a lot to use PHP templates for your web application or web sites ? if yes, which one do you use (smarty, pear, yapter, phplib,...) ? and for which reason ? what is/are the advantages over the others ? thanks a lot, I'd vote smarty or usi