<?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: PHP&#8217;s alternative syntax and why it&#8217;s useful</title>
	<atom:link href="http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 08:48:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wildanr</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-22873</link>
		<dc:creator>wildanr</dc:creator>
		<pubDate>Thu, 15 Jul 2010 11:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-22873</guid>
		<description>So i guest we don&#039;t need templating system anymore huh?</description>
		<content:encoded><![CDATA[<p>So i guest we don&#8217;t need templating system anymore huh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syabac</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-22785</link>
		<dc:creator>syabac</dc:creator>
		<pubDate>Sun, 11 Jul 2010 09:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-22785</guid>
		<description>agree,
alternative syntax realy useful when the code mixed with others code, such as JavaScript or HTML.

it made the code more readable and clear.</description>
		<content:encoded><![CDATA[<p>agree,<br />
alternative syntax realy useful when the code mixed with others code, such as JavaScript or HTML.</p>
<p>it made the code more readable and clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moto kurye</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-14302</link>
		<dc:creator>moto kurye</dc:creator>
		<pubDate>Wed, 23 Sep 2009 10:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-14302</guid>
		<description>PHP’s alternative syntax and why it’s useful &#124; Ask About PHP great article thank you.</description>
		<content:encoded><![CDATA[<p>PHP’s alternative syntax and why it’s useful | Ask About PHP great article thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perpa muhasebe</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-14058</link>
		<dc:creator>perpa muhasebe</dc:creator>
		<pubDate>Sun, 13 Sep 2009 21:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-14058</guid>
		<description>PHP’s alternative syntax and why it’s useful &#124; Ask About PHP great article thank you.</description>
		<content:encoded><![CDATA[<p>PHP’s alternative syntax and why it’s useful | Ask About PHP great article thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Rask</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-8498</link>
		<dc:creator>Jacob Rask</dc:creator>
		<pubDate>Wed, 22 Apr 2009 13:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-8498</guid>
		<description>One thing to note is that the one row short function (not having to use brackets) does not work with this alternative syntax.

If you have an if statement with only one row to execute, leaving out the { }, with the original syntax you can still have an else statement after that and use brackets, but if you first have an if statement with neither brackets nor : your &#039;else:&#039; statement will break.</description>
		<content:encoded><![CDATA[<p>One thing to note is that the one row short function (not having to use brackets) does not work with this alternative syntax.</p>
<p>If you have an if statement with only one row to execute, leaving out the { }, with the original syntax you can still have an else statement after that and use brackets, but if you first have an if statement with neither brackets nor : your &#8216;else:&#8217; statement will break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Selda</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-8464</link>
		<dc:creator>Raymond Selda</dc:creator>
		<pubDate>Tue, 21 Apr 2009 13:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-8464</guid>
		<description>I dabble in CodeIgniter but I have to admit that I don&#039;t really like writing alternative syntax for PHP, but because of your wonderful explanation and example, it made much more sense to me now. Wordpress template files also uses this kind of syntax. Nice article. Thank you.</description>
		<content:encoded><![CDATA[<p>I dabble in CodeIgniter but I have to admit that I don&#8217;t really like writing alternative syntax for PHP, but because of your wonderful explanation and example, it made much more sense to me now. Wordpress template files also uses this kind of syntax. Nice article. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-8438</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-8438</guid>
		<description>more simple ;)

$a = !!$a;</description>
		<content:encoded><![CDATA[<p>more simple <img src='http://www.askaboutphp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>$a = !!$a;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bloky</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-8430</link>
		<dc:creator>bloky</dc:creator>
		<pubDate>Mon, 20 Apr 2009 14:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-8430</guid>
		<description>@#3,
And you think problems writing a XML tag is good?</description>
		<content:encoded><![CDATA[<p>@#3,<br />
And you think problems writing a XML tag is good?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvain</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-8427</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Mon, 20 Apr 2009 13:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-8427</guid>
		<description>You can also use short tags :
</description>
		<content:encoded><![CDATA[<p>You can also use short tags :</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP&#8217;s alternative syntax and why it&#8217;s useful &#124; Ask About PHP &#171; DevEzine</title>
		<link>http://www.askaboutphp.com/59/phps-alternative-syntax-and-why-its-useful.html/comment-page-1#comment-8419</link>
		<dc:creator>PHP&#8217;s alternative syntax and why it&#8217;s useful &#124; Ask About PHP &#171; DevEzine</dc:creator>
		<pubDate>Mon, 20 Apr 2009 07:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=59#comment-8419</guid>
		<description>[...] Excerpt from: PHP&#8217;s alternative syntax and why it&#8217;s useful &#124; Ask About PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] Excerpt from: PHP&#8217;s alternative syntax and why it&#8217;s useful | Ask About PHP [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
