<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for PHP 10.0 Blog</title>
	<atom:link href="http://php100.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://php100.wordpress.com</link>
	<description>What if...</description>
	<lastBuildDate>Sun, 29 Nov 2009 18:11:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on More on PHP performance by Chris</title>
		<link>http://php100.wordpress.com/2009/07/13/php-performance/#comment-13666</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 29 Nov 2009 18:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=92#comment-13666</guid>
		<description>Thanks for this post, really nice tips! I made the same experience by avoiding extra notices and errors. Performance was always much better than before.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, really nice tips! I made the same experience by avoiding extra notices and errors. Performance was always much better than before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new zf book by Chris Yallop</title>
		<link>http://php100.wordpress.com/2009/11/18/zf-book/#comment-13661</link>
		<dc:creator>Chris Yallop</dc:creator>
		<pubDate>Thu, 19 Nov 2009 22:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=107#comment-13661</guid>
		<description>Already got through the first two chapters. The first covers the pure basics and if you have ever built a ZF site before you can safely skip it. 

The second chapter provides a solid grounding on the MVC architecture of ZF. This covers the roles and what part they play in this voodoo magic of making a page render to the browser. The front controller, router, dispatcher, request and response objects are all discussed. This includes an understading of how they fit into the design and ultimately how to leverage getting the best use out of them to fit any custom project requirements. 

The remaining part of the book covers the process involved in building a storefront application. 

Thus far, this book to me is a good buy with good coverage of design approaches to building the sample application with ZF, together with reasons for those choices.</description>
		<content:encoded><![CDATA[<p>Already got through the first two chapters. The first covers the pure basics and if you have ever built a ZF site before you can safely skip it. </p>
<p>The second chapter provides a solid grounding on the MVC architecture of ZF. This covers the roles and what part they play in this voodoo magic of making a page render to the browser. The front controller, router, dispatcher, request and response objects are all discussed. This includes an understading of how they fit into the design and ultimately how to leverage getting the best use out of them to fit any custom project requirements. </p>
<p>The remaining part of the book covers the process involved in building a storefront application. </p>
<p>Thus far, this book to me is a good buy with good coverage of design approaches to building the sample application with ZF, together with reasons for those choices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new zf book by Stas</title>
		<link>http://php100.wordpress.com/2009/11/18/zf-book/#comment-13660</link>
		<dc:creator>Stas</dc:creator>
		<pubDate>Thu, 19 Nov 2009 17:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=107#comment-13660</guid>
		<description>It&#039;s not the latest version, but it&#039;s not that old :) Most of the basics are the same.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not the latest version, but it&#8217;s not that old <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Most of the basics are the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More on PHP performance by matt</title>
		<link>http://php100.wordpress.com/2009/07/13/php-performance/#comment-13659</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 19 Nov 2009 13:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=92#comment-13659</guid>
		<description>I am use zend frame work.When i surf that site some time site page is going to blank.But in view source i get all the code..

Can any give reply</description>
		<content:encoded><![CDATA[<p>I am use zend frame work.When i surf that site some time site page is going to blank.But in view source i get all the code..</p>
<p>Can any give reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new zf book by dyrer</title>
		<link>http://php100.wordpress.com/2009/11/18/zf-book/#comment-13658</link>
		<dc:creator>dyrer</dc:creator>
		<pubDate>Thu, 19 Nov 2009 11:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=107#comment-13658</guid>
		<description>It seems to be an old version of ZF</description>
		<content:encoded><![CDATA[<p>It seems to be an old version of ZF</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on syntax I miss in PHP by Jaimie Sirovich</title>
		<link>http://php100.wordpress.com/2009/08/21/syntax-i-miss-in-php/#comment-13649</link>
		<dc:creator>Jaimie Sirovich</dc:creator>
		<pubDate>Fri, 30 Oct 2009 03:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=102#comment-13649</guid>
		<description>These are pretty fast-and-loose comments.

All of these syntaxes are useful.  Some more than others.  a()[$x] is probably more useful than a()(). I could do without the latter, but both have irked me a few times.

(3) is implemented by C#, and Microsoft thought about it a lot.  Same re: (4).  Almost every language except PHP has a short array grammar.

I&#039;ve implemented IN as:

function EQ()
{
  $args = func_get_args();
  return Utils::inArray($args[0], array_slice($args, 1));
}

The same could be done for between.  Functions sometimes can make up for a lack of an operator.  Sure it&#039;s prefix notation, but whatever :)</description>
		<content:encoded><![CDATA[<p>These are pretty fast-and-loose comments.</p>
<p>All of these syntaxes are useful.  Some more than others.  a()[$x] is probably more useful than a()(). I could do without the latter, but both have irked me a few times.</p>
<p>(3) is implemented by C#, and Microsoft thought about it a lot.  Same re: (4).  Almost every language except PHP has a short array grammar.</p>
<p>I&#8217;ve implemented IN as:</p>
<p>function EQ()<br />
{<br />
  $args = func_get_args();<br />
  return Utils::inArray($args[0], array_slice($args, 1));<br />
}</p>
<p>The same could be done for between.  Functions sometimes can make up for a lack of an operator.  Sure it&#8217;s prefix notation, but whatever <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on syntax I miss in PHP by Jaimie Sirovich</title>
		<link>http://php100.wordpress.com/2009/08/21/syntax-i-miss-in-php/#comment-13648</link>
		<dc:creator>Jaimie Sirovich</dc:creator>
		<pubDate>Fri, 30 Oct 2009 03:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=102#comment-13648</guid>
		<description>&lt;b&gt;A better way&lt;/b&gt;

function EQ() {
 $args = func_get_args();
 return in_array($args[0], array_slice($args, 1));
}

if EQ($value, 1, 2, 3) { // do stuff if it&#039;s 1 or 2 or 3 }

Done.</description>
		<content:encoded><![CDATA[<p><b>A better way</b></p>
<p>function EQ() {<br />
 $args = func_get_args();<br />
 return in_array($args[0], array_slice($args, 1));<br />
}</p>
<p>if EQ($value, 1, 2, 3) { // do stuff if it&#8217;s 1 or 2 or 3 }</p>
<p>Done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Server PHP sources by PHP 10.0 Blog: Zend Server PHP sources &#124; Webs Developer</title>
		<link>http://php100.wordpress.com/2009/10/23/zend-server-php-sources/#comment-13643</link>
		<dc:creator>PHP 10.0 Blog: Zend Server PHP sources &#124; Webs Developer</dc:creator>
		<pubDate>Tue, 27 Oct 2009 15:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=104#comment-13643</guid>
		<description>[...] the PHP 10.0 blog today Stas points out some packages from Zend that are the source versions of the Zend Server platform:   I was asked about PHP going [...]</description>
		<content:encoded><![CDATA[<p>[...] the PHP 10.0 blog today Stas points out some packages from Zend that are the source versions of the Zend Server platform:   I was asked about PHP going [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on syntax I miss in PHP by Calle</title>
		<link>http://php100.wordpress.com/2009/08/21/syntax-i-miss-in-php/#comment-13642</link>
		<dc:creator>Calle</dc:creator>
		<pubDate>Mon, 26 Oct 2009 23:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=102#comment-13642</guid>
		<description>Nice post, you activated a few minds..

Something I&#039;d really like:

$blog_posts = new blogManager()-&gt;getPosts();

This would spare a lot of temporary variables, and avoid a couple of unnecessary Singletons.</description>
		<content:encoded><![CDATA[<p>Nice post, you activated a few minds..</p>
<p>Something I&#8217;d really like:</p>
<p>$blog_posts = new blogManager()-&gt;getPosts();</p>
<p>This would spare a lot of temporary variables, and avoid a couple of unnecessary Singletons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Server PHP sources by uberVU - social comments</title>
		<link>http://php100.wordpress.com/2009/10/23/zend-server-php-sources/#comment-13641</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sun, 25 Oct 2009 12:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://php100.wordpress.com/?p=104#comment-13641</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by SamHennessy: What or need the #PHP source code used in Zend Server? Find them at http://digs.by/cWx thanks Stat...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by SamHennessy: What or need the #PHP source code used in Zend Server? Find them at <a href="http://digs.by/cWx" rel="nofollow">http://digs.by/cWx</a> thanks Stat&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
