<?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: Writing view scripts</title>
	<atom:link href="http://naneau.nl/2007/06/14/writing-view-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://naneau.nl/2007/06/14/writing-view-scripts/</link>
	<description>Go dik-dik, go!</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:00:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Devinant</title>
		<link>http://naneau.nl/2007/06/14/writing-view-scripts/comment-page-1/#comment-2317</link>
		<dc:creator>Devinant</dc:creator>
		<pubDate>Sat, 08 Sep 2007 00:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/06/14/writing-view-scripts/#comment-2317</guid>
		<description>Using &#039;&#039; as CrOOgie suggest is _not_ a good practice. Always use !</description>
		<content:encoded><![CDATA[<p>Using &#8221; as CrOOgie suggest is _not_ a good practice. Always use !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naneau</title>
		<link>http://naneau.nl/2007/06/14/writing-view-scripts/comment-page-1/#comment-576</link>
		<dc:creator>Naneau</dc:creator>
		<pubDate>Mon, 18 Jun 2007 23:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/06/14/writing-view-scripts/#comment-576</guid>
		<description>the first syntax isn&#039;t supported all around. But apart from that, it is shorter, and arguably just as clear :)</description>
		<content:encoded><![CDATA[<p>the first syntax isn&#8217;t supported all around. But apart from that, it is shorter, and arguably just as clear <img src='http://naneau.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrOOgie</title>
		<link>http://naneau.nl/2007/06/14/writing-view-scripts/comment-page-1/#comment-575</link>
		<dc:creator>CrOOgie</dc:creator>
		<pubDate>Mon, 18 Jun 2007 22:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/06/14/writing-view-scripts/#comment-575</guid>
		<description>I think that you can optimize your view code a little bit. Just use:
&lt;?= description ?&gt;
instead of:
&lt;?php echo description ?&gt;
It&#039;s the same...</description>
		<content:encoded><![CDATA[<p>I think that you can optimize your view code a little bit. Just use:<br />
&lt;?= description ?&gt;<br />
instead of:<br />
&lt;?php echo description ?&gt;<br />
It&#8217;s the same&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Lee</title>
		<link>http://naneau.nl/2007/06/14/writing-view-scripts/comment-page-1/#comment-497</link>
		<dc:creator>Patrick Lee</dc:creator>
		<pubDate>Thu, 14 Jun 2007 14:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/06/14/writing-view-scripts/#comment-497</guid>
		<description>You&#039;ve made an excellent case for use of alternative syntax.  I&#039;ve seen it here and there in various open source projects, but I&#039;ve always been a disciple of the PEAR coding standards and have used curly braces.  I think I may start to transition to your way of doing things.  Thanks.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve made an excellent case for use of alternative syntax.  I&#8217;ve seen it here and there in various open source projects, but I&#8217;ve always been a disciple of the PEAR coding standards and have used curly braces.  I think I may start to transition to your way of doing things.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
