Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Padraic Brady's Blog:
Is PHP A Worthy Template Language? Well, of course it is...
Oct 13, 2009 @ 13:29:26

Padraic Brady has posted his own response to the post from Fabien Potencier about templating in PHP applications and disagrees by saying that PHP is most definitely a worthy template language.

Fabien's article triggered the urge once again to challenge the status quo, the continued view of something in PHP being necessary when in truth it simply isn't. The article takes that view to extremes, going to some effort arguing against the recent slide towards templating with PHP with arguments which are so biased as to misinform readers.

Padraic rants a bit on both the content of Fabien's article and his approach to the topic (more of a debate tactic than anything) and looks at a few return arguments against Fabien's comments:

  • The PHP language is verbose
  • The PHP language is not very readable
  • The PHP language is less secure than a templating language
  • The PHP language does not offer template inheritance

He also briefly looks at Twig's performance numbers based on a set of benchmarks he's created.

tagged: template language twig

Link:


Trending Topics: