<?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 for php|nightly</title>
	<atom:link href="http://phpnightly.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpnightly.com</link>
	<description>Your page-a-day PHP</description>
	<pubDate>Tue, 09 Mar 2010 20:01:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PHPClasses by chucktrukk</title>
		<link>http://phpnightly.com/2010/03/01/phpclasses-2/comment-page-1/#comment-42</link>
		<dc:creator>chucktrukk</dc:creator>
		<pubDate>Tue, 02 Mar 2010 00:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1787#comment-42</guid>
		<description>im not a really fan of phpclasses. It's so hard to navigate.

What i usually search is:
- http://www.google.com/codesearch
- github.com

You can find some real good scripts there. I find the best scripts on the google code search mostly (dont know why).

PS - thanks for the nightlies. They are phenomenal.</description>
		<content:encoded><![CDATA[<p>im not a really fan of phpclasses. It&#8217;s so hard to navigate.</p>
<p>What i usually search is:<br />
- <a href="http://www.google.com/codesearch" rel="nofollow">http://www.google.com/codesearch</a><br />
- github.com</p>
<p>You can find some real good scripts there. I find the best scripts on the google code search mostly (dont know why).</p>
<p>PS - thanks for the nightlies. They are phenomenal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ctype_digit() by Nithin Chacko Ninan</title>
		<link>http://phpnightly.com/2009/12/14/ctype_digit/comment-page-1/#comment-40</link>
		<dc:creator>Nithin Chacko Ninan</dc:creator>
		<pubDate>Sat, 13 Feb 2010 10:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1603#comment-40</guid>
		<description>Thanks ! great

In PHP, there are two easy ways to determine whether a particular string is numerical is_numeric() and ctype_digit().

is_numeric tests whether the string in question is a number. ctype_digit(), on the other hand, tests whether the string in question contains all numeric characters.</description>
		<content:encoded><![CDATA[<p>Thanks ! great</p>
<p>In PHP, there are two easy ways to determine whether a particular string is numerical is_numeric() and ctype_digit().</p>
<p>is_numeric tests whether the string in question is a number. ctype_digit(), on the other hand, tests whether the string in question contains all numeric characters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coding Standards by Matthew Weier O'Phinney</title>
		<link>http://phpnightly.com/2010/01/25/coding-standards-2/comment-page-1/#comment-39</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1722#comment-39</guid>
		<description>BTW, the Zend Framework coding standards build on PEAR coding standards, which were in turn adopted from the HORDE project. A number of other projects also use these standards, including Doctrine, Agavi, and Solar. If you code with one of the aforementioned standards, code from any of these projects should look familiar and be easily read and understood.</description>
		<content:encoded><![CDATA[<p>BTW, the Zend Framework coding standards build on PEAR coding standards, which were in turn adopted from the HORDE project. A number of other projects also use these standards, including Doctrine, Agavi, and Solar. If you code with one of the aforementioned standards, code from any of these projects should look familiar and be easily read and understood.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Short Tags by php&#124;nightly</title>
		<link>http://phpnightly.com/2010/01/11/short-tags-2/comment-page-1/#comment-38</link>
		<dc:creator>php&#124;nightly</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1698#comment-38</guid>
		<description>I agree. That does seem to be a good option. Not as short as the other but it does make sense just by looking at it.</description>
		<content:encoded><![CDATA[<p>I agree. That does seem to be a good option. Not as short as the other but it does make sense just by looking at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Short Tags by Neil Pie</title>
		<link>http://phpnightly.com/2010/01/11/short-tags-2/comment-page-1/#comment-37</link>
		<dc:creator>Neil Pie</dc:creator>
		<pubDate>Mon, 11 Jan 2010 07:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1698#comment-37</guid>
		<description>Completely agree, although very much looking forward to the &#60;?php= tag that is supposedly planned for php 6 - seems like a happy medium to me.</description>
		<content:encoded><![CDATA[<p>Completely agree, although very much looking forward to the &lt;?php= tag that is supposedly planned for php 6 - seems like a happy medium to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Merry Christmas by bmont</title>
		<link>http://phpnightly.com/2009/12/25/merry-christmas/comment-page-1/#comment-36</link>
		<dc:creator>bmont</dc:creator>
		<pubDate>Fri, 25 Dec 2009 06:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1651#comment-36</guid>
		<description>Merry Christmas!!  I've completed my first year in PHP, and stumbled across your posts.  Thanks for the help along the way.</description>
		<content:encoded><![CDATA[<p>Merry Christmas!!  I&#8217;ve completed my first year in PHP, and stumbled across your posts.  Thanks for the help along the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on auto_append_file by php&#124;nightly</title>
		<link>http://phpnightly.com/2009/12/23/auto_append_file/comment-page-1/#comment-35</link>
		<dc:creator>php&#124;nightly</dc:creator>
		<pubDate>Wed, 23 Dec 2009 16:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1645#comment-35</guid>
		<description>Well, if you think such closely related items should be spread apart by days I'd have to question your logic. :)</description>
		<content:encoded><![CDATA[<p>Well, if you think such closely related items should be spread apart by days I&#8217;d have to question your logic. <img src='http://phpnightly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on auto_append_file by ktb</title>
		<link>http://phpnightly.com/2009/12/23/auto_append_file/comment-page-1/#comment-34</link>
		<dc:creator>ktb</dc:creator>
		<pubDate>Wed, 23 Dec 2009 15:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1645#comment-34</guid>
		<description>Plz tomorrow not auto_prepend_file....</description>
		<content:encoded><![CDATA[<p>Plz tomorrow not auto_prepend_file&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trivia by ktb</title>
		<link>http://phpnightly.com/2009/12/22/trivia-2/comment-page-1/#comment-33</link>
		<dc:creator>ktb</dc:creator>
		<pubDate>Tue, 22 Dec 2009 17:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1639#comment-33</guid>
		<description>The one PHP book I could aktualy lean something from was http://www.amazon.de/Architects-Zend-Certification-Study-Guide/dp/0973862149/ref=sr_1_13?ie=UTF8&#38;s=books-intl-de&#38;qid=1261502267&#38;sr=8-13

Also I failed the exam (-;</description>
		<content:encoded><![CDATA[<p>The one PHP book I could aktualy lean something from was <a href="http://www.amazon.de/Architects-Zend-Certification-Study-Guide/dp/0973862149/ref=sr_1_13?ie=UTF8&amp;s=books-intl-de&amp;qid=1261502267&amp;sr=8-13" rel="nofollow">http://www.amazon.de/Architects-Zend-Certification-Study-Guide/dp/0973862149/ref=sr_1_13?ie=UTF8&amp;s=books-intl-de&amp;qid=1261502267&amp;sr=8-13</a></p>
<p>Also I failed the exam (-;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on $me = new Married_Man() by php&#124;nightly</title>
		<link>http://phpnightly.com/2009/11/14/me-new-married_man/comment-page-1/#comment-30</link>
		<dc:creator>php&#124;nightly</dc:creator>
		<pubDate>Mon, 23 Nov 2009 03:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpnightly.com/?p=1522#comment-30</guid>
		<description>Thanks Stefan! We're back from our honeymoon and still blissfully happy. :)</description>
		<content:encoded><![CDATA[<p>Thanks Stefan! We&#8217;re back from our honeymoon and still blissfully happy. <img src='http://phpnightly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
