<?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"
	>
<channel>
	<title>评论: 还是说php实现singleton模式</title>
	<atom:link href="http://www.ooso.net/index.php/archives/182/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net/index.php/archives/182</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<pubDate>Sun, 06 Jul 2008 20:44:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/index.php/archives/182#comment-1461</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Thu, 27 Jul 2006 05:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/182#comment-1461</guid>
		<description>最近还没有接触php5的Reflection，能给个例子吗，多谢。</description>
		<content:encoded><![CDATA[<p>最近还没有接触php5的Reflection，能给个例子吗，多谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 神仙</title>
		<link>http://www.ooso.net/index.php/archives/182#comment-1460</link>
		<dc:creator>神仙</dc:creator>
		<pubDate>Thu, 27 Jul 2006 04:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/182#comment-1460</guid>
		<description>php5还可以利用Reflection来建立对象。
这样出错的时候错误信息容易看一点</description>
		<content:encoded><![CDATA[<p>php5还可以利用Reflection来建立对象。<br />
这样出错的时候错误信息容易看一点</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/index.php/archives/182#comment-1083</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Wed, 24 May 2006 13:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/182#comment-1083</guid>
		<description>如果多个类里有对同一个实例化对象的调用，可以采用这段代码</description>
		<content:encoded><![CDATA[<p>如果多个类里有对同一个实例化对象的调用，可以采用这段代码</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php的单场模式有价值吗？</title>
		<link>http://www.ooso.net/index.php/archives/182#comment-1082</link>
		<dc:creator>php的单场模式有价值吗？</dc:creator>
		<pubDate>Wed, 24 May 2006 12:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/182#comment-1082</guid>
		<description>php是脚本语言，你定义的每个类也就在你所用到的那短脚本里存在，根本不存在共用，有实现单场模式的必要吗？</description>
		<content:encoded><![CDATA[<p>php是脚本语言，你定义的每个类也就在你所用到的那短脚本里存在，根本不存在共用，有实现单场模式的必要吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
