<?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>「[PHP] ADODB ≠ Cross Database」的迴響</title>
	<atom:link href="http://www.neo.com.tw/archives/812/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neo.com.tw/archives/812</link>
	<description>Neo 's Blog</description>
	<lastBuildDate>Fri, 27 Jan 2012 12:20:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>由：sirtoozee</title>
		<link>http://www.neo.com.tw/archives/812/comment-page-1#comment-5102</link>
		<dc:creator>sirtoozee</dc:creator>
		<pubDate>Mon, 19 Jun 2006 22:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=812#comment-5102</guid>
		<description>没有auto_increment支持的数据库，可以像Drupal那样用sequences来自行记录ID
</description>
		<content:encoded><![CDATA[<p>没有auto_increment支持的数据库，可以像Drupal那样用sequences来自行记录ID</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Kevin</title>
		<link>http://www.neo.com.tw/archives/812/comment-page-1#comment-5101</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 22 Mar 2006 02:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=812#comment-5101</guid>
		<description>呵...
沒關係啦...還是謝謝你的回答...
</description>
		<content:encoded><![CDATA[<p>呵...<br />
沒關係啦...還是謝謝你的回答...</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Neo</title>
		<link>http://www.neo.com.tw/archives/812/comment-page-1#comment-5100</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Tue, 21 Mar 2006 23:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=812#comment-5100</guid>
		<description>Kevin:

Sorry..PEAR::DB 我沒用過。
</description>
		<content:encoded><![CDATA[<p>Kevin:</p>
<p>Sorry..PEAR::DB 我沒用過。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Kevin</title>
		<link>http://www.neo.com.tw/archives/812/comment-page-1#comment-5099</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 21 Mar 2006 19:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=812#comment-5099</guid>
		<description>Dear Neo...

請問一下，PEAR:DB跟ADODB那個比較好用呀...
看你的文章好像ADODB會耗很多系統資源..
但是好像有些文章提到ADODB的效率會比PEAR:DB...
這讓我有點困惑...既然很耗系統資源，效能為何會比PEAR:DB好呢...
煩請Neo解惑一下...

Kevin..
</description>
		<content:encoded><![CDATA[<p>Dear Neo...</p>
<p>請問一下，PEAR:DB跟ADODB那個比較好用呀...<br />
看你的文章好像ADODB會耗很多系統資源..<br />
但是好像有些文章提到ADODB的效率會比PEAR:DB...<br />
這讓我有點困惑...既然很耗系統資源，效能為何會比PEAR:DB好呢...<br />
煩請Neo解惑一下...</p>
<p>Kevin..</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：普羅米修斯</title>
		<link>http://www.neo.com.tw/archives/812/comment-page-1#comment-5098</link>
		<dc:creator>普羅米修斯</dc:creator>
		<pubDate>Mon, 13 Feb 2006 07:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=812#comment-5098</guid>
		<description>如果是極小、時限短的話，function call 就非常適合用來完成專案。

我用 OO 的目的其實大部分的原因是衝著 OO 的彈性與容易 reuse。OO 當然不是萬靈丹，對於一個專案有詳盡的了解和規劃才是最佳解。
</description>
		<content:encoded><![CDATA[<p>如果是極小、時限短的話，function call 就非常適合用來完成專案。</p>
<p>我用 OO 的目的其實大部分的原因是衝著 OO 的彈性與容易 reuse。OO 當然不是萬靈丹，對於一個專案有詳盡的了解和規劃才是最佳解。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Takol</title>
		<link>http://www.neo.com.tw/archives/812/comment-page-1#comment-5097</link>
		<dc:creator>Takol</dc:creator>
		<pubDate>Wed, 28 Dec 2005 23:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=812#comment-5097</guid>
		<description>為了炫耀自己懂 oo

不過老實說，用 function call 牽過來連過去，
還是不如用 php class 包起來，看起來比較清爽，
將來要改 method 時也好找。
</description>
		<content:encoded><![CDATA[<p>為了炫耀自己懂 oo</p>
<p>不過老實說，用 function call 牽過來連過去，<br />
還是不如用 php class 包起來，看起來比較清爽，<br />
將來要改 method 時也好找。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：vanilla</title>
		<link>http://www.neo.com.tw/archives/812/comment-page-1#comment-5096</link>
		<dc:creator>vanilla</dc:creator>
		<pubDate>Tue, 27 Dec 2005 16:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=812#comment-5096</guid>
		<description>假 OO 的 class 是 php 速度上的致命傷.

包了一層又一層的 class 是惡夢呀...

php 作者 rasmus 曾經說過,

一般寫法也可以寫出 php class 做東西,
為甚麼一定要用 oo 呢?
</description>
		<content:encoded><![CDATA[<p>假 OO 的 class 是 php 速度上的致命傷.</p>
<p>包了一層又一層的 class 是惡夢呀...</p>
<p>php 作者 rasmus 曾經說過,</p>
<p>一般寫法也可以寫出 php class 做東西,<br />
為甚麼一定要用 oo 呢?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

