Dave Lane schreef:
Drupal uses php as its template language, too, which is a breath of fresh air (given that PHP *is* a template language, I find it amusing that so many people insist on inventing new templating languages written in PHP but with different syntaxes and without all of PHP's capabilities).
It's true that PHP is a template engine by itself, but I think something like Smarty (http://smarty.php.net) can be a nice tool to devide the back-end from the front-end. This can be done using only PHP as well, but as Smarty has it's own set of variables front-end developers can not mess up the back-ends logic. cheers, Sander ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
