<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 01:14:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Rob Peck's Blog: PHP Templating Celebrity Deathmatch!]]></title>
      <guid>http://www.phpdeveloper.org/news/8453</guid>
      <link>http://www.phpdeveloper.org/news/8453</link>
      <description><![CDATA[<p>
The Code Lemur blog (as penned by <i>Rob Peck</i>) has a <a href="http://codelemur.wordpress.com/2007/08/10/php-templating-celebrity-deathmatch/">new post</a> - a "deathmatch" for two of the PHP-associated templating solutions out there in a fight to the finish - <a href="http://smarty.php.net">Smarty</a> and <a href="http://alexeyrybak.com/blitz/blitz_en.html">Blitz</a>.
</p>
<blockquote>
In this test, I am going to be comparing Smarty (the most widely used PHP templating engine and an official PHP project), Blitz (a new templating engine currently under very active development that is native compiled as a PHP extension), and standard PHP includes.
</blockquote>
<p>
He <a href="http://codelemur.wordpress.com/2007/08/10/php-templating-celebrity-deathmatch/">compares them</a> on three different levels - instantiation, simple template rendering, and complex testing. Each time, there's a victor but in the end, there's really only one "winner" - the PHP language itself that does a great job of templating things easily without the overhead of adding in external libraries.
</p>]]></description>
      <pubDate>Tue, 14 Aug 2007 15:37:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Moon's Blog: PHP Template tests (and Blitz)]]></title>
      <guid>http://www.phpdeveloper.org/news/8447</guid>
      <link>http://www.phpdeveloper.org/news/8447</link>
      <description><![CDATA[<p>
<i>Brian Moon</i> <a href="http://doughboy.wordpress.com/2007/08/13/php-template-tests/">points out</a> a simple PHP templating application shown to him - <a href="http://sourceforge.net/projects/blitz-templates/">Blitz</a>:
</p>
<blockquote>
A coworker of mine found out about a project called Blitz.  its a PHP extension that does templating.  It will of course have one advantage over Smarty.  Smarty is slow as its all written in PHP.  PHP is slower than C and always will be.  Its just life.
</blockquote>
<p>
<a href="http://codelemur.wordpress.com/2007/08/10/php-templating-celebrity-deathmatch/">Tests were even done</a> to compare it to several of the other popular templating frameworks currently offered.
</p>]]></description>
      <pubDate>Tue, 14 Aug 2007 09:38:00 -0500</pubDate>
    </item>
  </channel>
</rss>
