<?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: Building a culture of objects in PHP</title>
	<atom:link href="http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/</link>
	<description>PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:53:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse Crier</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-86432</link>
		<dc:creator>Jesse Crier</dc:creator>
		<pubDate>Tue, 10 Jan 2012 12:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-86432</guid>
		<description>Usually I don&#039;t learn post on blogs, but I wish to say that this write-up very forced me to check out and do so! Your writing style has been surprised me. Thanks, quite nice post.</description>
		<content:encoded><![CDATA[<p>Usually I don&#8217;t learn post on blogs, but I wish to say that this write-up very forced me to check out and do so! Your writing style has been surprised me. Thanks, quite nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idol lash scam</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-86187</link>
		<dc:creator>idol lash scam</dc:creator>
		<pubDate>Tue, 22 Nov 2011 14:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-86187</guid>
		<description>Soon after research a number of from the blog posts on your internet site now, and I truly like your way of blogging. I bookmarked it to my bookmark internet site list and will be checking back quickly. Pls verify out my net website also and let me know what you believe.</description>
		<content:encoded><![CDATA[<p>Soon after research a number of from the blog posts on your internet site now, and I truly like your way of blogging. I bookmarked it to my bookmark internet site list and will be checking back quickly. Pls verify out my net website also and let me know what you believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello.World &#187; Zend Framework Raises Interesting Problem &#187; The Weblog of Matthew Delmarter</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-84090</link>
		<dc:creator>Hello.World &#187; Zend Framework Raises Interesting Problem &#187; The Weblog of Matthew Delmarter</dc:creator>
		<pubDate>Sat, 11 Oct 2008 02:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-84090</guid>
		<description>[...] in PHP5 - which has lead to a number of questions and comments from the community. Check out this post from Jeff Moore for some interesting [...]</description>
		<content:encoded><![CDATA[<p>[...] in PHP5 &#8211; which has lead to a number of questions and comments from the community. Check out this post from Jeff Moore for some interesting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OOP is Mature, not Dead - Professional PHP</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-61966</link>
		<dc:creator>OOP is Mature, not Dead - Professional PHP</dc:creator>
		<pubDate>Sun, 07 Jan 2007 20:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-61966</guid>
		<description>[...] As I said, the core OOP features that most programmers use are in all the mainstream languages. The interesting part is how they handle the OOP edge cases. This is the space where the framework developers live. As I wrote in culture of objects, PHP has some problems here. In some ways I think Ruby&#039;s support for edge cases is exactly what allow a framework such as rails to be built in it, although, I&#039;m not familiar enough with Ruby to say for certain. [...]</description>
		<content:encoded><![CDATA[<p>[...] As I said, the core OOP features that most programmers use are in all the mainstream languages. The interesting part is how they handle the OOP edge cases. This is the space where the framework developers live. As I wrote in culture of objects, PHP has some problems here. In some ways I think Ruby&#8217;s support for edge cases is exactly what allow a framework such as rails to be built in it, although, I&#8217;m not familiar enough with Ruby to say for certain. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hafizan</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-18287</link>
		<dc:creator>hafizan</dc:creator>
		<pubDate>Fri, 19 May 2006 06:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-18287</guid>
		<description>Framework or not.Are we going to be java like  inhertiable like lang.java.xxx or whatever or like .net framework library.PHp are easy to code but the main problem is they don&#039;t  have fix idea when developing software.Like vb at less they object.movenext but in php there are actually no way paging via oop style vb.So i have to create my own class just for pagenation.One more thing about class and object.Memory when use  in the same function like you have to for($i=0;$i++) at the difrent function the data come back eventhought the value have been protected.Should be suppose.</description>
		<content:encoded><![CDATA[<p>Framework or not.Are we going to be java like  inhertiable like lang.java.xxx or whatever or like .net framework library.PHp are easy to code but the main problem is they don&#8217;t  have fix idea when developing software.Like vb at less they object.movenext but in php there are actually no way paging via oop style vb.So i have to create my own class just for pagenation.One more thing about class and object.Memory when use  in the same function like you have to for($i=0;$i++) at the difrent function the data come back eventhought the value have been protected.Should be suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Comparing PHP with other languages &#124; Professional PHP</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-14191</link>
		<dc:creator>Comparing PHP with other languages &#124; Professional PHP</dc:creator>
		<pubDate>Fri, 10 Feb 2006 02:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-14191</guid>
		<description>[...] I don&#039;t disagree with the cultural grouping. PHP&#039;s cultural heritage is definitely in the Unix programming, C/Perl camp as I suggested in building a culture of objects in PHP and Why isn&#039;t PHP the natural successor to Java? [...]</description>
		<content:encoded><![CDATA[<p>[...] I don&#8217;t disagree with the cultural grouping. PHP&#8217;s cultural heritage is definitely in the Unix programming, C/Perl camp as I suggested in building a culture of objects in PHP and Why isn&#8217;t PHP the natural successor to Java? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-13831</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 23 Jan 2006 17:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-13831</guid>
		<description>In talking about....

&quot;...how the leaders of the agile development culture seemed to be migrating from Java to Ruby with nary a glance at PHP.&quot;

...the next comment seems strange.

&quot;I can see why this would be the case. PHP is written in C.&quot;

Especially strange when you consider that Ruby is written in C (as well as Python). Perhaps it&#039;s more correct to say that the PHP developers are not from or of a culture that OO centric. 

I&#039;d hate to see someone accept that statement without question. 

Cheers</description>
		<content:encoded><![CDATA[<p>In talking about&#8230;.</p>
<p>&#8220;&#8230;how the leaders of the agile development culture seemed to be migrating from Java to Ruby with nary a glance at PHP.&#8221;</p>
<p>&#8230;the next comment seems strange.</p>
<p>&#8220;I can see why this would be the case. PHP is written in C.&#8221;</p>
<p>Especially strange when you consider that Ruby is written in C (as well as Python). Perhaps it&#8217;s more correct to say that the PHP developers are not from or of a culture that OO centric. </p>
<p>I&#8217;d hate to see someone accept that statement without question. </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Baker</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-13602</link>
		<dc:creator>Marcus Baker</dc:creator>
		<pubDate>Sat, 14 Jan 2006 01:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-13602</guid>
		<description>Hi Jeff.

Darn it, I was going to talk about object culture in PHP at the upcoming Florida gig, and you beat me to it :(.

yours, Marcus</description>
		<content:encoded><![CDATA[<p>Hi Jeff.</p>
<p>Darn it, I was going to talk about object culture in PHP at the upcoming Florida gig, and you beat me to it <img src='http://www.procata.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>yours, Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello.World &#187; Zend Framework Raises Interesting Problem &#187; The Weblog of Matthew Delmarter</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-13592</link>
		<dc:creator>Hello.World &#187; Zend Framework Raises Interesting Problem &#187; The Weblog of Matthew Delmarter</dc:creator>
		<pubDate>Fri, 13 Jan 2006 21:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-13592</guid>
		<description>[...] In a recent Webcast, Zend showed off the syntax for their upcoming implementation of ActiveRecord. However the syntax shown is simply not possible in PHP5 - which has lead to a number of questions and comments from the community. Check out this post from Jeff Moore for some interesting reading&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] In a recent Webcast, Zend showed off the syntax for their upcoming implementation of ActiveRecord. However the syntax shown is simply not possible in PHP5 &#8211; which has lead to a number of questions and comments from the community. Check out this post from Jeff Moore for some interesting reading&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rooster</title>
		<link>http://www.procata.com/blog/archives/2006/01/13/building-a-culture-of-objects-in-php/#comment-13586</link>
		<dc:creator>rooster</dc:creator>
		<pubDate>Fri, 13 Jan 2006 20:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=150#comment-13586</guid>
		<description>Great article!


I&#039;d like to see Zend hire a reputable object guru to help PHP turn around its object reputation. This should be someone who is known outside the PHP community, someone who has been going to OOPSLA for longer than PHP has existed. Someone who has a book on object oriented programming, articles, a blog, and who is an expert at teaching object oriented programming (10 years to be an expert).


Yeah!  I nominate Bruce Eckel.  :)</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>I&#8217;d like to see Zend hire a reputable object guru to help PHP turn around its object reputation. This should be someone who is known outside the PHP community, someone who has been going to OOPSLA for longer than PHP has existed. Someone who has a book on object oriented programming, articles, a blog, and who is an expert at teaching object oriented programming (10 years to be an expert).</p>
<p>Yeah!  I nominate Bruce Eckel.  <img src='http://www.procata.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

