I'm using EasyTemplates from Web Application Development with PHP book by Tobias 
Ratschiller.  It's quite simple, easy to modify, and I loop on a template, appending 
the html to a variable that I use elsewhere in another template.  It really 
straightens out logic because you're building the pages bottom up, so to speak, and 
you know everything before you output any html.  It came on the cd in the book.  Not 
sure if it's on http://www.phpwizard.net/ or not.  

> -----Original Message-----
> From: Steven Haryanto [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 29, 2001 7:55 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] template solutions?
 
> Does anyone know a rather advanced template solution in PHP?
> At least one that supports loop and if (like HTML::Template),
> and directives/commands would be nice (like Perl's Template
> Toolkit).
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to