<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/object</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 20:55:59 GMT</pubDate>
<item>
<title>(PHP) Object equality comparison (comparable equals interface) - stancell</title>
<link>http://snipplr.com/view/5936/object-equality-comparison-comparable-equals-interface/</link>
<description><![CDATA[ <p>Sample which shoows how to compare objects by content.</p> ]]></description>
<pubDate>Mon, 21 Apr 2008 12:42:23 GMT</pubDate>
<guid>http://snipplr.com/view/5936/object-equality-comparison-comparable-equals-interface/</guid>
</item>
<item>
<title>(PHP) Generic PHP Class - wbowers</title>
<link>http://snipplr.com/view/5222/generic-php-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Feb 2008 00:06:04 GMT</pubDate>
<guid>http://snipplr.com/view/5222/generic-php-class/</guid>
</item>
<item>
<title>(PHP) php return typoscript object - jpdamen</title>
<link>http://snipplr.com/view/4404/php-return-typoscript-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Dec 2007 18:38:40 GMT</pubDate>
<guid>http://snipplr.com/view/4404/php-return-typoscript-object/</guid>
</item>
<item>
<title>(PHP) Flexible Singleton - drwitt</title>
<link>http://snipplr.com/view/2144/flexible-singleton/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 08 Feb 2007 04:50:22 GMT</pubDate>
<guid>http://snipplr.com/view/2144/flexible-singleton/</guid>
</item>
<item>
<title>(PHP) php mysql/mysqli fetch object - gdonald</title>
<link>http://snipplr.com/view/1188/php-mysqlmysqli-fetch-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Sep 2006 07:41:26 GMT</pubDate>
<guid>http://snipplr.com/view/1188/php-mysqlmysqli-fetch-object/</guid>
</item>
<item>
<title>(PHP) Open PHP5 Object, No need to declare variable name first - ekobudisetiyo</title>
<link>http://snipplr.com/view/324/open-php5-object-no-need-to-declare-variable-name-first/</link>
<description><![CDATA[ <p>I use this object verry often, so that I only need to pass one object as parameter on any function. No need to wory when we refactore the function
Usage: 
$var = new open();
$var->url = 'http://www.world.com';
$var->title = 'Testing Site';

echo some_function($var);</p> ]]></description>
<pubDate>Mon, 10 Jul 2006 03:05:03 GMT</pubDate>
<guid>http://snipplr.com/view/324/open-php5-object-no-need-to-declare-variable-name-first/</guid>
</item>
</channel>
</rss>