"Karthikeyan.Balasubramanian" <[EMAIL PROTECTED]>
wrote in message 024e01c2cb8c$bc54cfd0$[EMAIL PROTECTED]">news:024e01c2cb8c$bc54cfd0$[EMAIL PROTECTED]...
>   I finally decided to upgrade my PHP.  Just want to know your thoughts on
> which Framework is the best with a clear seperation of content from
> presentation.
>
>   Please let me know which do you think is the best and why?

Hello

<biased>
I would suggest that you try the TemplateTamer, it offers separation of html
from the code. The framework keeps those two in completely separate files.
The html template files are very simple, with only a few marker constructs.
What is important there is no code inside the templates, since everything
needed to control them is located in php logic files.

Aside from that TemplateTamer lets you organize your templates, and provides
a lot of automation while working with them. Finnaly, it usually enourages
OO based development of php apps (althoug this is not a strict requirement).
</biased>

Other well know and tried options would be Smarty, xml+xslt, ..

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




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

Reply via email to