as the topic, I want to know about the template which is using in PHP so we can get rid of html from PHP code.
the template such as fast template, PHPLIB template, Smarty template. what I 'm using is the PHPLIB template, but I thought , the function of the template is poor, it can't seperate PHP-code from html tags.for example. it don't support the syntax like the following:
// *.tpl
{if}
some html cotents... // this content maybe appear or not
{/if}
so it should be improved 🙁 it hadn't been updated for a long long time! Really I want to discard it sometime and use another template class.
welcome everyone refer your point .
by powerpolly, who comes from China 🙂