[PHP] Re: Template tutorials?

2003-01-11 Thread David Eisenhart
Check out the Smarty tutorial links page from it's site resources section - http://smarty.php.net/resources.php?category=0 Also the Smarty manual is excellent - very comprehensive and well written. I just about taught myself Smarty using this alone. I think Smarty is the absolute biz when it

[PHP] Re: Template tutorials?

2003-01-10 Thread rush
Chad Day [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm googling around for template tutorials and such after seeing a link to the Smarty template engine .. can anyone point me to any particularly good ones? I've always been going with the 'one-file'

[PHP] Re: Template tutorials?

2003-01-10 Thread Bobby Patel
Hey, I have been using HTMLTMPL http://htmltmpl.sourceforge.net/ So far it works well, and emulates the more powerfull Perl Templating system. It seems alot of code, but whips up these templates in good response time (of course, it might be becuase I work on a unstressed server). Chad Day