[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 comes to php template engines;
well worth giving a really good test run.

D.




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' approach .. which I
think
 it's time I changed.

 Thanks,
 Chad










-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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' approach .. which I
think
 it's time I changed.

you could take a look at the TemplateTamer http://www.templatetamer.org/

rush
--
http://www.templatetamer.org/





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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 [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' approach .. which I
think
 it's time I changed.

 Thanks,
 Chad




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php