Zend Framework 0.1.4 Preview 发布

2024-03-21 11:58

本文主要是介绍Zend Framework 0.1.4 Preview 发布,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

最重要的一个更新就是增加了 Zend_Controller_RewriteRouter,现在URL的Rewrite不需要依赖于Apache的mod_rewrite了。这对于虚拟主机的用户来说无疑是一个好消息。 Zend_Config也是一个很实用的东西(虽然我还没具体看,但是这样一个用于配置站点的类是必需的)。

主要新增的内容:

Zend_Controller_RewriteRouter was introduced into the incubator providing flexible mapping based routing for the front controller. This is a key change that will replace the default router in the core for preview release 0.1.5 as early as next week!

Zend_Config was proposed, started in the incubator and later moved into the core library providing a base for ongoing configuration work in the framework. Samples are provided in the manual and there is also one posted on the wiki.

Zend_Cache was promoted to core after being introduced in 0.1.3 providing caching services to be used at any level in your applications, from RSS feed caching to content caching. Again, samples can be found in the manual as well as a new one on the wiki.

Zend_Db_Adapter_Db2 added to core for DB2 support for the framework database components.

Zend_Pdf gained TrueType font support and underwent major internal changes.

Zend_Search added support for updating and deleting within an index.

Zend_Http_Client is being overhauled in the incubator.

Zend_Db_Xml introduced to the incubator.


另外,ZF的协同开发/社区交流工具越来越先进和完善(也越复杂):

  • Community Wiki added for end-user content created around the framework.
  • Proposals System now online to track the proposal process.
  • Issue Tracker providing new functionality for tracking the status of issues for both end-users and the contributor team. Track the status of future releases via the roadmap in the new tracker.
  • Development Wiki providing the Contributor Guide and other developer related content for contributors to the framework.
  • Changeset Browser updated to provide a near real-time view of the changesets committed to the framework by contributors.
  • General Mailing List Archive added to start creating a search-able archive within the wiki for the general mailing list.


顺便说说 ZF中文文档的翻译工作进度,目前只剩Zend_Pdf一章没有翻译完了,等全部翻译完,我就会通知Zend在ZF的官方站点上增加中文文档。

谢谢PHPEye团队十一位成员的辛勤劳动:
http://www.phpeye.com/zfcn/index.htm

手册请参见:
http://www.phpeye.com/zf

Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=861866


这篇关于Zend Framework 0.1.4 Preview 发布的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!


原文地址:
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.chinasem.cn/article/832579

相关文章

macOS Sequoia 15.5 发布: 改进邮件和屏幕使用时间功能

《macOSSequoia15.5发布:改进邮件和屏幕使用时间功能》经过常规Beta测试后,新的macOSSequoia15.5现已公开发布,但重要的新功能将被保留到WWDC和... MACOS Sequoia 15.5 正式发布!本次更新为 Mac 用户带来了一系列功能强化、错误修复和安全性提升,进一步增

Maven 依赖发布与仓库治理的过程解析

《Maven依赖发布与仓库治理的过程解析》:本文主要介绍Maven依赖发布与仓库治理的过程解析,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下... 目录Maven 依赖发布与仓库治理引言第一章:distributionManagement配置的工程化实践1

Android 12解决push framework.jar无法开机的方法小结

《Android12解决pushframework.jar无法开机的方法小结》:本文主要介绍在Android12中解决pushframework.jar无法开机的方法,包括编译指令、框架层和s... 目录1. android 编译指令1.1 framework层的编译指令1.2 替换framework.ja

使用Python构建一个Hexo博客发布工具

《使用Python构建一个Hexo博客发布工具》虽然Hexo的命令行工具非常强大,但对于日常的博客撰写和发布过程,我总觉得缺少一个直观的图形界面来简化操作,下面我们就来看看如何使用Python构建一个... 目录引言Hexo博客系统简介设计需求技术选择代码实现主框架界面设计核心功能实现1. 发布文章2. 加

售价599元起! 华为路由器X1/Pro发布 配置与区别一览

《售价599元起!华为路由器X1/Pro发布配置与区别一览》华为路由器X1/Pro发布,有朋友留言问华为路由X1和X1Pro怎么选择,关于这个问题,本期图文将对这二款路由器做了期参数对比,大家看... 华为路由 X1 系列已经正式发布并开启预售,将在 4 月 25 日 10:08 正式开售,两款产品分别为华

利用Python快速搭建Markdown笔记发布系统

《利用Python快速搭建Markdown笔记发布系统》这篇文章主要为大家详细介绍了使用Python生态的成熟工具,在30分钟内搭建一个支持Markdown渲染、分类标签、全文搜索的私有化知识发布系统... 目录引言:为什么要自建知识博客一、技术选型:极简主义开发栈二、系统架构设计三、核心代码实现(分步解析

微信公众号脚本-获取热搜自动新建草稿并发布文章

《微信公众号脚本-获取热搜自动新建草稿并发布文章》本来想写一个自动化发布微信公众号的小绿书的脚本,但是微信公众号官网没有小绿书的接口,那就写一个获取热搜微信普通文章的脚本吧,:本文主要介绍微信公众... 目录介绍思路前期准备环境要求获取接口token获取热搜获取热搜数据下载热搜图片给图片加上标题文字上传图片

SpringKafka消息发布之KafkaTemplate与事务支持功能

《SpringKafka消息发布之KafkaTemplate与事务支持功能》通过本文介绍的基本用法、序列化选项、事务支持、错误处理和性能优化技术,开发者可以构建高效可靠的Kafka消息发布系统,事务支... 目录引言一、KafkaTemplate基础二、消息序列化三、事务支持机制四、错误处理与重试五、性能优

新特性抢先看! Ubuntu 25.04 Beta 发布:Linux 6.14 内核

《新特性抢先看!Ubuntu25.04Beta发布:Linux6.14内核》Canonical公司近日发布了Ubuntu25.04Beta版,这一版本被赋予了一个活泼的代号——“Plu... Canonical 昨日(3 月 27 日)放出了 Beta 版 Ubuntu 25.04 系统镜像,代号“Pluc

Nginx实现前端灰度发布

《Nginx实现前端灰度发布》灰度发布是一种重要的策略,它允许我们在不影响所有用户的情况下,逐步推出新功能或更新,通过灰度发布,我们可以测试新版本的稳定性和性能,下面就来介绍一下前端灰度发布的使用,感... 目录前言一、基于权重的流量分配二、基于 Cookie 的分流三、基于请求头的分流四、基于请求参数的分