<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>凉风集 &#187; Zend Framework</title>
	<atom:link href="http://www.lifangjin.com/archives/tag/zend-framework/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lifangjin.com</link>
	<description>李方进的个人BLOG</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:36:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Zend Framework学习笔记（二）</title>
		<link>http://www.lifangjin.com/archives/649</link>
		<comments>http://www.lifangjin.com/archives/649#comments</comments>
		<pubDate>Tue, 12 May 2009 09:01:14 +0000</pubDate>
		<dc:creator>李 方进</dc:creator>
				<category><![CDATA[开发编程]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.lifangjin.com/?p=649</guid>
		<description><![CDATA[最近要开发一个工期短但是需求繁杂的PHP项目。 工欲善其事，必先利其器。作为项目的前期准备，自然是要寻找合适的开发工具。起初是打算用delphi for php，但是仔细一想，delphi for php主要还是解决了界面上的问题，从开发的角度，还是用开发框架比较合适。 考虑到这个项目上线后的同时在线人数不会太多，因此性能上的要求不高，我选择了毕竟是官方出品的zend framework——没想到已经更新到1.8版本了。 昨晚先搞定了iis+isapi rewrite下的zend framework搭建，颇费了一番周折。 一开始用官方手册给的配置文件，出现了不论采用什么controller和action总是会访问index。也就是说，当URL为： http://localhost/news/display 或 http://localhost/index/login等等时，它总是访问的http://localhost/index/index 仔细查找各种原因，这才发现，原来我的IIS里装了两套isapi rewrite，删除掉版本比较旧的那个就OK了。 官方的配置文件完全可用，具体如下： RewriteRule ^[\w/\%]*(?:\.(?!(?:js&#124;ico&#124;gif&#124;jpg&#124;png&#124;css)$)[\w\%]*$)? /index.php [I]]]></description>
			<content:encoded><![CDATA[<p>最近要开发一个工期短但是需求繁杂的PHP项目。</p>
<p>工欲善其事，必先利其器。作为项目的前期准备，自然是要寻找合适的开发工具。起初是打算用delphi for <a href="http://www.lifangjin.com/archives/tag/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHP">php</a>，但是仔细一想，delphi for php主要还是解决了界面上的问题，从开发的角度，还是用开发框架比较合适。</p>
<p>考虑到这个项目上线后的同时在线人数不会太多，因此性能上的要求不高，我选择了毕竟是官方出品的zend framework——没想到已经更新到1.8版本了。</p>
<p>昨晚先搞定了iis+isapi rewrite下的zend framework搭建，颇费了一番周折。</p>
<p>一开始用官方手册给的配置文件，出现了不论采用什么controller和action总是会访问index。也就是说，当URL为：</p>
<p>http://localhost/news/display 或 http://localhost/index/login等等时，它总是访问的http://localhost/index/index</p>
<p>仔细查找各种原因，这才发现，原来我的IIS里装了两套isapi rewrite，删除掉版本比较旧的那个就OK了。</p>
<p>官方的配置文件完全可用，具体如下：</p>
<blockquote><p>RewriteRule ^[\w/\%]*(?:\.(?!(?:js|ico|gif|jpg|png|css)$)[\w\%]*$)? /index.php [I]</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.lifangjin.com/archives/649/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework学习笔记（一）</title>
		<link>http://www.lifangjin.com/archives/416</link>
		<comments>http://www.lifangjin.com/archives/416#comments</comments>
		<pubDate>Thu, 27 Dec 2007 07:22:08 +0000</pubDate>
		<dc:creator>李 方进</dc:creator>
				<category><![CDATA[开发编程]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.lifangjin.com/?p=416</guid>
		<description><![CDATA[对象：Zend Framework ver1.0.3 目的：利用ZF的学习过程加深对MVC的理解，同时在业余时间为自己部门写一个内部使用的运营管理系统 想法：我个人认为ZF暂时不适合作为流量较大的网站应用，但作为部门内部的小应用就绰绰有余了。国内比较火的PHP开发框架——THINKPHP这几天我也初略的研究了一下，应该说比ZF要上手容易一些，但是ZF毕竟是官方出的开发框架，远景值得期待。唯一让人不爽的是，目前网络上的ZF相关资料都是旧版本的，ver1.0.3怎么用得一步一步自己摸索了。]]></description>
			<content:encoded><![CDATA[<p>对象：<a href="http://www.lifangjin.com/archives/tag/zend-framework" class="st_tag internal_tag" rel="tag" title="Posts tagged with Zend Framework">Zend Framework</a> ver1.0.3</p>
<p>目的：利用ZF的学习过程加深对MVC的理解，同时在业余时间为自己部门写一个内部使用的运营管理系统</p>
<p>想法：我个人认为ZF暂时不适合作为流量较大的网站应用，但作为部门内部的小应用就绰绰有余了。国内比较火的PHP开发框架——THINKPHP这几天我也初略的研究了一下，应该说比ZF要上手容易一些，但是ZF毕竟是官方出的开发框架，远景值得期待。唯一让人不爽的是，目前网络上的ZF相关资料都是旧版本的，ver1.0.3怎么用得一步一步自己摸索了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifangjin.com/archives/416/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

