<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Zend Framework</title>
<link>http://deephp.com/framework/zend/index.html</link>
<description>PHP框架 / Zend Framework</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2008-2009 &lt;a href=&quot;http://deephp.com&quot;&gt;深入PHP&lt;/a&gt; All Rights Reserved&lt;br /&gt;
本站致力于Php信息的共享，欢迎转载。如果侵犯了您的权益请您和我们联系！ 
邮箱：josh#deephp.com]]></generator>
<webmaster>deephp@163.com</webmaster>
<item>
    <title><![CDATA[Zend_Cache_Frontend_Page问题的解决]]></title>
    <link>http://deephp.com/framework/zend/2009/0116/30.html</link>
    <description><![CDATA[发现是由于前面设置了SESSION，而导致SESSION与COOKIE中全有内容。。。而没有设置相关参数所以出现不能自动生成缓冲，代码修改成如下，就OK了]]></description>
    <pubDate>2009-01-16</pubDate>
    <category>Zend Framework</category>
    <author>percila</author>
    <comments>zfchina.org</comments>
</item>
<item>
    <title><![CDATA[7.Zend Framework中使用Zend_View与Zend_Layout玩布局-转]]></title>
    <link>http://deephp.com/framework/zend/2009/0108/23.html</link>
    <description><![CDATA[在朋友们要用Zend_Layout布局..所以在看这教程之前..要先明白什么是Layout..在Zend Farmework 里它的手册里我是没有看到有很好的对这个词有什么说明的..]]></description>
    <pubDate>2009-01-08</pubDate>
    <category>Zend Framework</category>
    <author>kylingood</author>
    <comments>http://www.oophp.cn</comments>
</item>
<item>
    <title><![CDATA[6.教您运用Zend Framework实现多文件上传的功能-转]]></title>
    <link>http://deephp.com/framework/zend/2009/0108/22.html</link>
    <description><![CDATA[现在是第6篇教程..就是如何用Zend Framework 来实现多个文件上传....这教程我之前是写过关于用Zend_Form 来实现上传文件的功能..这文章的地址为:.运用它,我们可以很方便实现文件上传的功能...但是]]></description>
    <pubDate>2009-01-08</pubDate>
    <category>Zend Framework</category>
    <author>kylingood</author>
    <comments>http://www.oophp.cn</comments>
</item>
<item>
    <title><![CDATA[5.Zend Framework如何生成验证码并实现验证功能-转]]></title>
    <link>http://deephp.com/framework/zend/2009/0108/21.html</link>
    <description><![CDATA[现在我们来实现第5篇教程吧..就是如何在留言本中实现验证码的功能..这样有利于我们网站减少一些垃圾留言或是广告留言..在这是我没有运用Zend Framework自带的Zend_Captcha组件..我只是找到ThinkP]]></description>
    <pubDate>2009-01-08</pubDate>
    <category>Zend Framework</category>
    <author>kylingood</author>
    <comments>http://www.oophp.cn</comments>
</item>
<item>
    <title><![CDATA[4.Zend Framework教您怎样让实现留言本分页-转]]></title>
    <link>http://deephp.com/framework/zend/2009/0107/20.html</link>
    <description><![CDATA[第一步:在我们的控制器里面,也就是indexController.php里找到indexAction这个动作.我们可以看到..在这个动作里.我们第三篇教程只是取数据..我们现在把这个动作(Action)改写成如下形式]]></description>
    <pubDate>2009-01-07</pubDate>
    <category>Zend Framework</category>
    <author>kylingood</author>
    <comments>http://www.oophp.cn</comments>
</item>
<item>
    <title><![CDATA[3.Zend Framework 如何写一个基本功能的留言本?-转]]></title>
    <link>http://deephp.com/framework/zend/2009/0106/19.html</link>
    <description><![CDATA[一个留言本...具有的基本功能就是.1.发表留言. 2.回复留言.3.管理留言(修改,删除等操作).我这里只是写了基本的操作,比如加留言验证码.页面的美化什么的我都没有做.我只是给大家一个思想]]></description>
    <pubDate>2009-01-06</pubDate>
    <category>Zend Framework</category>
    <author>kylingood</author>
    <comments>http://www.oophp.cn</comments>
</item>
<item>
    <title><![CDATA[2.Zend Framework怎样连接数据库并执行增删查改-转]]></title>
    <link>http://deephp.com/framework/zend/2009/0106/18.html</link>
    <description><![CDATA[我们接着上一篇的教程,项目的结构目录不变...我们先要在数据库里建立一个叫message的表,它有三个字段.分别为id,title,content.其中id为主键.现在我们开始第一步:在application文件夹下面加入一个]]></description>
    <pubDate>2009-01-06</pubDate>
    <category>Zend Framework</category>
    <author>kylingood</author>
    <comments>http://www.oophp.cn</comments>
</item>
<item>
    <title><![CDATA[1.Zend Framework环境配置及第一个Hello World输出-转]]></title>
    <link>http://deephp.com/framework/zend/2009/0106/17.html</link>
    <description><![CDATA[第一步:确认你的PHP环境: 1.请PHPer确认你的PHP版本是否在5.2.0以上..如果不是的话..请更新到5.2.0,否则.Zend Framework 好像用不了..我自己有试过. 遇到过这样的问题..所以请你们自己测试一下]]></description>
    <pubDate>2009-01-06</pubDate>
    <category>Zend Framework</category>
    <author>kylingood</author>
    <comments>http://www.oophp.cn</comments>
</item>
<item>
    <title><![CDATA[Zend Framework入门-多国语言支持]]></title>
    <link>http://deephp.com/framework/zend/2009/0105/15.html</link>
    <description><![CDATA[ 如果你的项目想要支持多语言版本，那么就需要用到 Zend_Translate。Zend_Translate 的详细文档在这里，不过如果想偷懒的话，也很简单，在 View Helpers 文档中介绍了如何用 Translate Helper 轻松实现多语]]></description>
    <pubDate>2009-01-05</pubDate>
    <category>Zend Framework</category>
    <author>网络</author>
    <comments>不详</comments>
</item>
<item>
    <title><![CDATA[Zend Framework入门-页面布局]]></title>
    <link>http://deephp.com/framework/zend/2009/0105/14.html</link>
    <description><![CDATA[Zend Framework 的页面布局模块——Zend_Layout——既可以跟 MVC 一起使用，也可以单独使用。本文只讨论与 MVC 一起使用的情况。]]></description>
    <pubDate>2009-01-05</pubDate>
    <category>Zend Framework</category>
    <author>网络</author>
    <comments>不详</comments>
</item>
<item>
    <title><![CDATA[Zend Framework入门-错误处理]]></title>
    <link>http://deephp.com/framework/zend/2009/0105/13.html</link>
    <description><![CDATA[在第一部分《快速上手》中，我们已经有了一个很简单的错误处理机制，即通过 applicatoin/controllers/ErrorController.php 以及其中定义的 errorAction 方法来处理异常。不过，只是给出了一个很简陋的报]]></description>
    <pubDate>2009-01-05</pubDate>
    <category>Zend Framework</category>
    <author>网络</author>
    <comments>不详</comments>
</item>
<item>
    <title><![CDATA[Zend Framework入门-快速上手]]></title>
    <link>http://deephp.com/framework/zend/2009/0105/12.html</link>
    <description><![CDATA[从 Zend Framework 的网页上下载最新版本。解压后，把整个目录拷贝到一个理想的地方，比如：/php/library/Zend。打开 php.ini 文件，确认包含 Zend 目录的路径在 include_path 里定义了。以上面的配置为]]></description>
    <pubDate>2009-01-05</pubDate>
    <category>Zend Framework</category>
    <author>网络</author>
    <comments>不详</comments>
</item>

</channel>
</rss>
