<?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>远方博客</title>
	<atom:link href="http://farlee.info/feed" rel="self" type="application/rss+xml" />
	<link>http://farlee.info</link>
	<description>一华里的远方, 分享思想旅程.</description>
	<lastBuildDate>Mon, 16 Apr 2012 16:17:21 +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 教程 &#8211; 总结</title>
		<link>http://farlee.info/archives/zend-framework-tutorial-at-last.html</link>
		<comments>http://farlee.info/archives/zend-framework-tutorial-at-last.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:48:57 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=906</guid>
		<description><![CDATA[Zend Framework 教程的最后总结，推荐一份Zend 手册，一本书，一份IBM教程。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-zend_auth.html" rel="bookmark">Zend Framework 教程 &#8211; Zend_Auth</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-delete-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 删除专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-add-album.html" rel="bookmark">Zend Framework 教程 – 添加新专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-list-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 显示专辑列表</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-css-style.html" rel="bookmark">Zend Framework 教程 &#8211; 添加样式文件</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-models.html" rel="bookmark">Zend Framework 数据库和Models</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-controller.html" rel="bookmark">Zend Framework 控制器 Controller</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-edit-album.html" rel="bookmark">Zend Framework 教程 &#8211; 编辑专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (6.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-tutorial-at-last.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Zend Framework 教程 &#8211; Zend_Auth</title>
		<link>http://farlee.info/archives/zend-framework-zend_auth.html</link>
		<comments>http://farlee.info/archives/zend-framework-zend_auth.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:46:00 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=907</guid>
		<description><![CDATA[这一节 Zend Framework 教程介绍了如何使用Zend 框架的Zend_Auth 组件进行SHA1用户登录的验证，数据库，登录表单，AuthController 控制器 ，Zend_Auth 使用Zend_Auth_Adapter_DbTable 实例化对象进行认证，登录后显示用户名和登录注销功能。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial-at-last.html" rel="bookmark">Zend Framework 教程 &#8211; 总结</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-delete-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 删除专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-add-album.html" rel="bookmark">Zend Framework 教程 – 添加新专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-list-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 显示专辑列表</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-css-style.html" rel="bookmark">Zend Framework 教程 &#8211; 添加样式文件</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-models.html" rel="bookmark">Zend Framework 数据库和Models</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-controller.html" rel="bookmark">Zend Framework 控制器 Controller</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-edit-album.html" rel="bookmark">Zend Framework 教程 &#8211; 编辑专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (6.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-zend_auth.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 教程 &#8211; 删除专辑</title>
		<link>http://farlee.info/archives/zend-framework-delete-albums.html</link>
		<comments>http://farlee.info/archives/zend-framework-delete-albums.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:42:18 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=905</guid>
		<description><![CDATA[Zend Framework 教程如何删除数据库行，介绍使用POST方法删除某张专辑，IndexController::deleteAction() 中编写业务逻辑代码，判断显示表单还是执行删除动作。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-zend_auth.html" rel="bookmark">Zend Framework 教程 &#8211; Zend_Auth</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial-at-last.html" rel="bookmark">Zend Framework 教程 &#8211; 总结</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-add-album.html" rel="bookmark">Zend Framework 教程 – 添加新专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-list-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 显示专辑列表</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-css-style.html" rel="bookmark">Zend Framework 教程 &#8211; 添加样式文件</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-models.html" rel="bookmark">Zend Framework 数据库和Models</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-controller.html" rel="bookmark">Zend Framework 控制器 Controller</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-edit-album.html" rel="bookmark">Zend Framework 教程 &#8211; 编辑专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (6.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-delete-albums.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 教程 &#8211; 编辑专辑</title>
		<link>http://farlee.info/archives/zend-framework-edit-album.html</link>
		<comments>http://farlee.info/archives/zend-framework-edit-album.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:42:16 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=886</guid>
		<description><![CDATA[Zend Framework教程之编辑并更新数据库行 - 编辑专辑，编写IndexController 类中的 editAction()，通过前面model 中定义的的 updateAlbum() 方法更新专辑信息。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-zend_auth.html" rel="bookmark">Zend Framework 教程 &#8211; Zend_Auth</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial-at-last.html" rel="bookmark">Zend Framework 教程 &#8211; 总结</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-delete-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 删除专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-add-album.html" rel="bookmark">Zend Framework 教程 – 添加新专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-list-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 显示专辑列表</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-css-style.html" rel="bookmark">Zend Framework 教程 &#8211; 添加样式文件</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-models.html" rel="bookmark">Zend Framework 数据库和Models</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-controller.html" rel="bookmark">Zend Framework 控制器 Controller</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (6.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-edit-album.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 教程 – 添加新专辑</title>
		<link>http://farlee.info/archives/zend-framework-add-album.html</link>
		<comments>http://farlee.info/archives/zend-framework-add-album.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:40:22 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=903</guid>
		<description><![CDATA[本节Zend Framework 教程介绍如何添加新专辑，通过使用Zend_Form 组件创建表单和验证表单输入，init() 方法初始化表单，IndexController 控制器的 addAction() 方法中实例化Application_Form_Album ，对Application_Model_DbTable_Albums 进行实例化后添加数据到数据库行中。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-zend_auth.html" rel="bookmark">Zend Framework 教程 &#8211; Zend_Auth</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial-at-last.html" rel="bookmark">Zend Framework 教程 &#8211; 总结</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-delete-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 删除专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-list-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 显示专辑列表</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-css-style.html" rel="bookmark">Zend Framework 教程 &#8211; 添加样式文件</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-models.html" rel="bookmark">Zend Framework 数据库和Models</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-controller.html" rel="bookmark">Zend Framework 控制器 Controller</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-edit-album.html" rel="bookmark">Zend Framework 教程 &#8211; 编辑专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (6.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-add-album.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 教程 &#8211; 显示专辑列表</title>
		<link>http://farlee.info/archives/zend-framework-list-albums.html</link>
		<comments>http://farlee.info/archives/zend-framework-list-albums.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:39:32 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=902</guid>
		<description><![CDATA[这节 Zend Framework 教程，编写IndexController 类中的 indexAction() ，通过 fetchAll() 返回 Zend_Db_Table_Rowset，在视图文件代码中循环输出专辑，显示专辑列表，headTitle() 设置标题，url()  view helper 生成相应的链接。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-zend_auth.html" rel="bookmark">Zend Framework 教程 &#8211; Zend_Auth</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial-at-last.html" rel="bookmark">Zend Framework 教程 &#8211; 总结</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-delete-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 删除专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-add-album.html" rel="bookmark">Zend Framework 教程 – 添加新专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-css-style.html" rel="bookmark">Zend Framework 教程 &#8211; 添加样式文件</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-models.html" rel="bookmark">Zend Framework 数据库和Models</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-controller.html" rel="bookmark">Zend Framework 控制器 Controller</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-edit-album.html" rel="bookmark">Zend Framework 教程 &#8211; 编辑专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (6.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-list-albums.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 教程 &#8211; 添加样式文件</title>
		<link>http://farlee.info/archives/zend-framework-css-style.html</link>
		<comments>http://farlee.info/archives/zend-framework-css-style.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:38:37 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=901</guid>
		<description><![CDATA[这节Zend framework 教程简单介绍如何使用headLink() 添加 public 根目录下的 css 样式文件等静态文件，指定样式文件的路径。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-zend_auth.html" rel="bookmark">Zend Framework 教程 &#8211; Zend_Auth</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial-at-last.html" rel="bookmark">Zend Framework 教程 &#8211; 总结</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-delete-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 删除专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-add-album.html" rel="bookmark">Zend Framework 教程 – 添加新专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-list-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 显示专辑列表</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-models.html" rel="bookmark">Zend Framework 数据库和Models</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-controller.html" rel="bookmark">Zend Framework 控制器 Controller</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-edit-album.html" rel="bookmark">Zend Framework 教程 &#8211; 编辑专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (6.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-css-style.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework布局和视图 Layouts views</title>
		<link>http://farlee.info/archives/zend-framework-layouts-and-views.html</link>
		<comments>http://farlee.info/archives/zend-framework-layouts-and-views.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:37:24 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=899</guid>
		<description><![CDATA[本节教程介绍 Zend Framework 的Zend_View 组件，ViewRenderer 如何工作渲染视图，Zend 框架使用Zend_Layout 布局文件处理通用重复的HTML 代码，layouts.phtml 文件通过$this->layout()->content  处理 action 的 view 代码，设置doctype 等。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial-at-last.html" rel="bookmark">Zend Framework 教程 &#8211; 总结</a><!-- (4)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (4)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-delete-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 删除专辑</a><!-- (3.9)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-add-album.html" rel="bookmark">Zend Framework 教程 – 添加新专辑</a><!-- (3.9)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-list-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 显示专辑列表</a><!-- (3.9)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-css-style.html" rel="bookmark">Zend Framework 教程 &#8211; 添加样式文件</a><!-- (3.9)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-models.html" rel="bookmark">Zend Framework 数据库和Models</a><!-- (3.9)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-bootstrapping.html" rel="bookmark">Zend Framework 引导启动 &#8211; Bootstrapping</a><!-- (3.9)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-edit-album.html" rel="bookmark">Zend Framework 教程 &#8211; 编辑专辑</a><!-- (3.9)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (3.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-layouts-and-views.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 数据库和Models</title>
		<link>http://farlee.info/archives/zend-framework-models.html</link>
		<comments>http://farlee.info/archives/zend-framework-models.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:36:22 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=898</guid>
		<description><![CDATA[Zend Framework 教程 - 如何配置数据库信息，Zend_Db_Table 和 Zend_Db_Table_Abstract 如何创建一个model和数据库交互（获取-更新-创建-删除数据行），Zend_Application 怎样将资源类和目录对应，MySQL数据库操作演示等。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-zend_auth.html" rel="bookmark">Zend Framework 教程 &#8211; Zend_Auth</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial-at-last.html" rel="bookmark">Zend Framework 教程 &#8211; 总结</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-delete-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 删除专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-add-album.html" rel="bookmark">Zend Framework 教程 – 添加新专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-list-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 显示专辑列表</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-css-style.html" rel="bookmark">Zend Framework 教程 &#8211; 添加样式文件</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-controller.html" rel="bookmark">Zend Framework 控制器 Controller</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-edit-album.html" rel="bookmark">Zend Framework 教程 &#8211; 编辑专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (6.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-models.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 控制器 Controller</title>
		<link>http://farlee.info/archives/zend-framework-controller.html</link>
		<comments>http://farlee.info/archives/zend-framework-controller.html#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:35:47 +0000</pubDate>
		<dc:creator>FarLee</dc:creator>
				<category><![CDATA[编程开发.Web]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://farlee.info/?p=896</guid>
		<description><![CDATA[这节教程介绍了 Zend Framework 框架URL Controller action之间的映射关系，并为我们的zf项目创建了 IndexController 对应的几个action public函数。

<h3>相关文章</h3>
<ul>
		<li><a href="http://farlee.info/archives/zend-framework-zend_auth.html" rel="bookmark">Zend Framework 教程 &#8211; Zend_Auth</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial-at-last.html" rel="bookmark">Zend Framework 教程 &#8211; 总结</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-delete-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 删除专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-add-album.html" rel="bookmark">Zend Framework 教程 – 添加新专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-list-albums.html" rel="bookmark">Zend Framework 教程 &#8211; 显示专辑列表</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-css-style.html" rel="bookmark">Zend Framework 教程 &#8211; 添加样式文件</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-models.html" rel="bookmark">Zend Framework 数据库和Models</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-edit-album.html" rel="bookmark">Zend Framework 教程 &#8211; 编辑专辑</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-tutorial.html" rel="bookmark">Zend Framework 教程</a><!-- (7)--></li>
		<li><a href="http://farlee.info/archives/zend-framework-zf-cli-tool-windows.html" rel="bookmark">zend framework zf命令行工具cli-windows</a><!-- (6.9)--></li>
	</ul>

]]></description>
		<wfw:commentRss>http://farlee.info/archives/zend-framework-controller.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

