<?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框架选择》的评论</title>
	<atom:link href="http://i.laoer.com/php-framework.html/feed" rel="self" type="application/rss+xml" />
	<link>http://i.laoer.com/php-framework.html</link>
	<description>技术、生活、感悟 -- Laoer的博客</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:41:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：创意人</title>
		<link>http://i.laoer.com/php-framework.html/comment-page-1#comment-396</link>
		<dc:creator>创意人</dc:creator>
		<pubDate>Tue, 26 Apr 2011 03:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://i.laoer.com/?p=70#comment-396</guid>
		<description>Yii框架也不错</description>
		<content:encoded><![CDATA[<p>Yii框架也不错</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：fanfan</title>
		<link>http://i.laoer.com/php-framework.html/comment-page-1#comment-391</link>
		<dc:creator>fanfan</dc:creator>
		<pubDate>Thu, 24 Mar 2011 18:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://i.laoer.com/?p=70#comment-391</guid>
		<description>“1、性能；2、易用性；3、文档；4、长期支持度”
”最好还是花一点时间精力，把几个框架都大致的把玩一下。久了后就会有体会到哪款框架更适合你以及你手上的项目了。“
非常有帮助</description>
		<content:encoded><![CDATA[<p>“1、性能；2、易用性；3、文档；4、长期支持度”<br />
”最好还是花一点时间精力，把几个框架都大致的把玩一下。久了后就会有体会到哪款框架更适合你以及你手上的项目了。“<br />
非常有帮助</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Reco</title>
		<link>http://i.laoer.com/php-framework.html/comment-page-1#comment-6</link>
		<dc:creator>Reco</dc:creator>
		<pubDate>Wed, 04 Mar 2009 02:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://i.laoer.com/?p=70#comment-6</guid>
		<description>今天google kohana，居然看见laoer前辈的新Blog了，记得三年前前辈的开源天乙社区给我了不小的帮助。呵呵，我现在也用php了。</description>
		<content:encoded><![CDATA[<p>今天google kohana，居然看见laoer前辈的新Blog了，记得三年前前辈的开源天乙社区给我了不小的帮助。呵呵，我现在也用php了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Laoer</title>
		<link>http://i.laoer.com/php-framework.html/comment-page-1#comment-3</link>
		<dc:creator>Laoer</dc:creator>
		<pubDate>Mon, 16 Feb 2009 11:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://i.laoer.com/?p=70#comment-3</guid>
		<description>感谢沧蓝的建议，这几个都要好好的研究一下:)</description>
		<content:encoded><![CDATA[<p>感谢沧蓝的建议，这几个都要好好的研究一下:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：沧蓝</title>
		<link>http://i.laoer.com/php-framework.html/comment-page-1#comment-2</link>
		<dc:creator>沧蓝</dc:creator>
		<pubDate>Mon, 16 Feb 2009 11:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://i.laoer.com/?p=70#comment-2</guid>
		<description>我是那篇CI vs Kohana的作者。:)

其实如果是Java用习惯的了的话，用Zend Framework应该会比较“亲切”的，ZF的很多机制都“借鉴”了Java。有些人喜欢，但我是比较不喜欢这种繁琐的机制。

CI的缺点就是兼容PHP4，导致整个开发过程非常的过程化，习惯OO的思维后，用CI会有些许的不适应。

Kohana的文档和Yii差不多，都不太完善。但Kohana由于与CI相近，所以如果熟悉CI的话，上手Kohana还是相对容易的。

Yii是个非常有意思的框架，假以时日，肯定能有一番做为。Yii看上去比Kohana更“规范化”，个人认为有些介于CI与Kohana之间的意思。相对而言Kohana的开发比较不稳定。

最好还是花一点时间精力，把几个框架都大致的把玩一下。久了后就会有体会到哪款框架更适合你以及你手上的项目了。

我现在回过头来维护以前用ZF开发的网站，非常的头痛……</description>
		<content:encoded><![CDATA[<p>我是那篇CI vs Kohana的作者。:)</p>
<p>其实如果是Java用习惯的了的话，用Zend Framework应该会比较“亲切”的，ZF的很多机制都“借鉴”了Java。有些人喜欢，但我是比较不喜欢这种繁琐的机制。</p>
<p>CI的缺点就是兼容PHP4，导致整个开发过程非常的过程化，习惯OO的思维后，用CI会有些许的不适应。</p>
<p>Kohana的文档和Yii差不多，都不太完善。但Kohana由于与CI相近，所以如果熟悉CI的话，上手Kohana还是相对容易的。</p>
<p>Yii是个非常有意思的框架，假以时日，肯定能有一番做为。Yii看上去比Kohana更“规范化”，个人认为有些介于CI与Kohana之间的意思。相对而言Kohana的开发比较不稳定。</p>
<p>最好还是花一点时间精力，把几个框架都大致的把玩一下。久了后就会有体会到哪款框架更适合你以及你手上的项目了。</p>
<p>我现在回过头来维护以前用ZF开发的网站，非常的头痛……</p>
]]></content:encoded>
	</item>
</channel>
</rss>

