<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 19 Promising PHP Template Engines</title>
	<atom:link href="http://www.webresourcesdepot.com/19-promising-php-template-engines/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sun, 12 Feb 2012 08:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: nine</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-508617</link>
		<dc:creator>nine</dc:creator>
		<pubDate>Fri, 03 Feb 2012 18:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-508617</guid>
		<description>Our new tag based template engine for php. Small, Fast and easy to learn.

You can download it free from sourceforge

https://sourceforge.net/projects/ypin</description>
		<content:encoded><![CDATA[<p>Our new tag based template engine for php. Small, Fast and easy to learn.</p>
<p>You can download it free from sourceforge</p>
<p><a href="https://sourceforge.net/projects/ypin" rel="nofollow">https://sourceforge.net/projects/ypin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Marsh</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-488874</link>
		<dc:creator>Cory Marsh</dc:creator>
		<pubDate>Tue, 10 Jan 2012 05:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-488874</guid>
		<description>Great list!  Thanks for compiling this!

one more: 
Apache Wicket like template system for PHP - BSD license.  https://sourceforge.net/projects/psaghetti/
fully compliant xhtml markup (no {} tags)

supports conditionals, loops, nested loops,  language files support and variable modifiers.   Compiles down to vsprintf() calls and eliminates the  context switching in compiled views.  &gt;20% faster than smarty rendering.   Most views compile once in &lt;30ms.   Worth a look.</description>
		<content:encoded><![CDATA[<p>Great list!  Thanks for compiling this!</p>
<p>one more:<br />
Apache Wicket like template system for PHP &#8211; BSD license.  <a href="https://sourceforge.net/projects/psaghetti/" rel="nofollow">https://sourceforge.net/projects/psaghetti/</a><br />
fully compliant xhtml markup (no {} tags)</p>
<p>supports conditionals, loops, nested loops,  language files support and variable modifiers.   Compiles down to vsprintf() calls and eliminates the  context switching in compiled views.  &gt;20% faster than smarty rendering.   Most views compile once in &lt;30ms.   Worth a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Han Chung</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-477770</link>
		<dc:creator>Han Chung</dc:creator>
		<pubDate>Fri, 30 Dec 2011 03:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-477770</guid>
		<description>I have created an online twig template editor at http://demo.codefunc.com if anyone is interested in testing out twig.</description>
		<content:encoded><![CDATA[<p>I have created an online twig template editor at <a href="http://demo.codefunc.com" rel="nofollow">http://demo.codefunc.com</a> if anyone is interested in testing out twig.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xially</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-448497</link>
		<dc:creator>xially</dc:creator>
		<pubDate>Wed, 30 Nov 2011 14:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-448497</guid>
		<description>Also you can look what is the difference in perfomance between &lt;a href=&quot;http://umumble.com/blogs/php/249/&quot; rel=&quot;nofollow&quot;&gt;Twig and Smarty&lt;/a&gt;
I think the perfomance is also very important thing which has to be considered when you deciding to use this template engine or not.</description>
		<content:encoded><![CDATA[<p>Also you can look what is the difference in perfomance between <a href="http://umumble.com/blogs/php/249/" rel="nofollow">Twig and Smarty</a><br />
I think the perfomance is also very important thing which has to be considered when you deciding to use this template engine or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Moore</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-423931</link>
		<dc:creator>Jason Moore</dc:creator>
		<pubDate>Thu, 03 Nov 2011 09:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-423931</guid>
		<description>I&#039;ve used smarty but when I needed something else like no php in the template code, the choice become different. So I tested few systems and now I use MoxesTemplate.

http://template.moxes.net</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used smarty but when I needed something else like no php in the template code, the choice become different. So I tested few systems and now I use MoxesTemplate.</p>
<p><a href="http://template.moxes.net" rel="nofollow">http://template.moxes.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Schick</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-389961</link>
		<dc:creator>Simon Schick</dc:creator>
		<pubDate>Fri, 02 Sep 2011 14:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-389961</guid>
		<description>Even if there are many template-engines listed in here ...

FLUID is missing :)
It&#039;s used in the new Framework FLOW3 that&#039;s currently in development.
The new TYPO3-version 5.0 will be build on this framework.</description>
		<content:encoded><![CDATA[<p>Even if there are many template-engines listed in here &#8230;</p>
<p>FLUID is missing <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It&#8217;s used in the new Framework FLOW3 that&#8217;s currently in development.<br />
The new TYPO3-version 5.0 will be build on this framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romulus</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-370583</link>
		<dc:creator>Romulus</dc:creator>
		<pubDate>Sun, 17 Jul 2011 05:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-370583</guid>
		<description>Cleanest template engine I&#039;ve seen is in the Fat-Free framework. Looks like abbreviated PHP. And it&#039;s really fast because it can use APC or XCache at the backend.</description>
		<content:encoded><![CDATA[<p>Cleanest template engine I&#8217;ve seen is in the Fat-Free framework. Looks like abbreviated PHP. And it&#8217;s really fast because it can use APC or XCache at the backend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ji zhang</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-348660</link>
		<dc:creator>ji zhang</dc:creator>
		<pubDate>Sat, 04 Jun 2011 20:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-348660</guid>
		<description>Dwoo , there is not much activities, 
Open Power Template, seems another one,

btw, good job and thanks to the author. Never notice this much templated egnine.</description>
		<content:encoded><![CDATA[<p>Dwoo , there is not much activities,<br />
Open Power Template, seems another one,</p>
<p>btw, good job and thanks to the author. Never notice this much templated egnine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umut M.</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-340778</link>
		<dc:creator>Umut M.</dc:creator>
		<pubDate>Sun, 22 May 2011 15:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-340778</guid>
		<description>@Goran,

The post focuses on &quot;totally free&quot; template engines. As far as I can see, TIDEngine is not free for commercial projects.

There are many comments being posted for commercial projects which can make this spot more an adspace than comments if they are approved.

Simply, there are no problems but this post discusses free solutions and I&#039;m just trying to keep it so.</description>
		<content:encoded><![CDATA[<p>@Goran,</p>
<p>The post focuses on &#8220;totally free&#8221; template engines. As far as I can see, TIDEngine is not free for commercial projects.</p>
<p>There are many comments being posted for commercial projects which can make this spot more an adspace than comments if they are approved.</p>
<p>Simply, there are no problems but this post discusses free solutions and I&#8217;m just trying to keep it so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goran Bogdanovic</title>
		<link>http://www.webresourcesdepot.com/19-promising-php-template-engines/comment-page-2/#comment-340764</link>
		<dc:creator>Goran Bogdanovic</dc:creator>
		<pubDate>Sun, 22 May 2011 13:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=738#comment-340764</guid>
		<description>What is problem putting new template engine here. I post TIDEngine and you delete post. If there are problems just contact ne on same address..
Thanks</description>
		<content:encoded><![CDATA[<p>What is problem putting new template engine here. I post TIDEngine and you delete post. If there are problems just contact ne on same address..<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using wincache
Page Caching using wincache (User agent is rejected)
Database Caching using wincache

Served from: www.webresourcesdepot.com @ 2012-02-12 23:53:55 -->
