<?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 Search an array of objects for a property value</title>
	<atom:link href="http://amystdesign.com/blog/php/php-search-an-array-of-objects-for-a-property-value/feed" rel="self" type="application/rss+xml" />
	<link>http://amystdesign.com/blog/php/php-search-an-array-of-objects-for-a-property-value</link>
	<description>Company Blog</description>
	<lastBuildDate>Mon, 26 Jul 2010 12:47:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Doug Linsmeyer</title>
		<link>http://amystdesign.com/blog/php/php-search-an-array-of-objects-for-a-property-value/comment-page-1#comment-64</link>
		<dc:creator>Doug Linsmeyer</dc:creator>
		<pubDate>Mon, 26 Jul 2010 12:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://amystdesign.com/blog/?p=106#comment-64</guid>
		<description>You&#039;re welcome Ivan, and to TripleA, yes you can. But you will need to build an internal search. There is an example in the archives here someplace.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Ivan, and to TripleA, yes you can. But you will need to build an internal search. There is an example in the archives here someplace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan rodriguez</title>
		<link>http://amystdesign.com/blog/php/php-search-an-array-of-objects-for-a-property-value/comment-page-1#comment-63</link>
		<dc:creator>ivan rodriguez</dc:creator>
		<pubDate>Mon, 26 Jul 2010 06:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://amystdesign.com/blog/?p=106#comment-63</guid>
		<description>Hi, this snippet is was really useful for me. It is pretty straightforward and does just what i wanted :)</description>
		<content:encoded><![CDATA[<p>Hi, this snippet is was really useful for me. It is pretty straightforward and does just what i wanted <img src='http://amystdesign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tripleA</title>
		<link>http://amystdesign.com/blog/php/php-search-an-array-of-objects-for-a-property-value/comment-page-1#comment-48</link>
		<dc:creator>tripleA</dc:creator>
		<pubDate>Wed, 11 Nov 2009 03:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://amystdesign.com/blog/?p=106#comment-48</guid>
		<description>Hello, thanks for your nice code. 
What if I have object with private property ? Is there anyway to write a general search function with private properties? 
Example:
class Cell{
	private $x;
	private $y;	
	public function __construct($x,$y){
		$this-&gt;x = $x;
                $this-&gt;y = $y;			
	}	
	public function getX(){
		return $this-&gt;x;	
        }
        public function getY(){
		return $this-&gt;y;	
        }
}</description>
		<content:encoded><![CDATA[<p>Hello, thanks for your nice code.<br />
What if I have object with private property ? Is there anyway to write a general search function with private properties?<br />
Example:<br />
class Cell{<br />
	private $x;<br />
	private $y;<br />
	public function __construct($x,$y){<br />
		$this-&gt;x = $x;<br />
                $this-&gt;y = $y;<br />
	}<br />
	public function getX(){<br />
		return $this-&gt;x;<br />
        }<br />
        public function getY(){<br />
		return $this-&gt;y;<br />
        }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
