<?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: Why I use Smarty: PHP is an ugly templating language</title>
	<atom:link href="http://www.dotevan.com/2009/02/05/why-i-use-smarty-php-is-an-ugly-templating-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotevan.com/2009/02/05/why-i-use-smarty-php-is-an-ugly-templating-language/</link>
	<description>Confessions of a Technology Junkie</description>
	<lastBuildDate>Tue, 20 Jul 2010 23:31:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Markus Wright</title>
		<link>http://www.dotevan.com/2009/02/05/why-i-use-smarty-php-is-an-ugly-templating-language/comment-page-1/#comment-690</link>
		<dc:creator>Markus Wright</dc:creator>
		<pubDate>Mon, 12 Jul 2010 21:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotevan.com/?p=50#comment-690</guid>
		<description>Actually, the examples on nosmarty are much more extensive than that, and detail smarty&#039;s terrible syntax for variable assignment and function calls.

I recommend using H20 templates or even better, just use Django and you&#039;re better of in every imaginable way.</description>
		<content:encoded><![CDATA[<p>Actually, the examples on nosmarty are much more extensive than that, and detail smarty&#8217;s terrible syntax for variable assignment and function calls.</p>
<p>I recommend using H20 templates or even better, just use Django and you&#8217;re better of in every imaginable way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FettesPS</title>
		<link>http://www.dotevan.com/2009/02/05/why-i-use-smarty-php-is-an-ugly-templating-language/comment-page-1/#comment-659</link>
		<dc:creator>FettesPS</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotevan.com/?p=50#comment-659</guid>
		<description>I agree with your article, I&#039;ve been using Smarty for 3 or 4 years and still love it.  Mixing PHP and HTML makes for some serious ugly code.  

As for  I also find that very ugly, and like the author I always type the full &lt;?php part in the tag because back in my Dreamweaver days I was quite annoyed by people who didn&#039;t (if it&#039;s just &lt;? then Dreamweaver doesn&#039;t recognize it as PHP, and I&#039;m sure other IDEs have this fault too).</description>
		<content:encoded><![CDATA[<p>I agree with your article, I&#8217;ve been using Smarty for 3 or 4 years and still love it.  Mixing PHP and HTML makes for some serious ugly code.  </p>
<p>As for  I also find that very ugly, and like the author I always type the full &lt;?php part in the tag because back in my Dreamweaver days I was quite annoyed by people who didn&#039;t (if it&#039;s just &lt;? then Dreamweaver doesn&#039;t recognize it as PHP, and I&#039;m sure other IDEs have this fault too).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evan</title>
		<link>http://www.dotevan.com/2009/02/05/why-i-use-smarty-php-is-an-ugly-templating-language/comment-page-1/#comment-648</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Tue, 22 Dec 2009 18:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotevan.com/?p=50#comment-648</guid>
		<description>Yup. The problem is that you can&#039;t be sure that short tags are universally available. Not a particular problem if you&#039;re only writing software for your own systems, but I think it&#039;s a bad habit to get in to. I always use the full &lt;?php tag</description>
		<content:encoded><![CDATA[<p>Yup. The problem is that you can&#8217;t be sure that short tags are universally available. Not a particular problem if you&#8217;re only writing software for your own systems, but I think it&#8217;s a bad habit to get in to. I always use the full &lt;?php tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Dhillon</title>
		<link>http://www.dotevan.com/2009/02/05/why-i-use-smarty-php-is-an-ugly-templating-language/comment-page-1/#comment-645</link>
		<dc:creator>Jesse Dhillon</dc:creator>
		<pubDate>Thu, 01 Oct 2009 20:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotevan.com/?p=50#comment-645</guid>
		<description>Did you know that you can use &lt;code&gt; &lt;?= $var ?&gt; &lt;/code&gt;  to echo a variable? That is the same as &lt;code&gt; &lt;?php echo $var ?&gt; &lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Did you know that you can use <code> &lt;?= $var ?&gt; </code>  to echo a variable? That is the same as <code> &lt;?php echo $var ?&gt; </code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
