原文链接:http://weierophinney.net/matthew/archives/195-Zend-Framework-1.7.0-Released.html
ZF 1.7.0版本最重要的更新就是增加了AMF, jQuery, Twitter的支持。1.7的发布是一个里程碑,标志着Zend Framework核心部分组件基本稳定。以后ZF的发展将致力于其它外围功能的扩展。
Today, we released Zend Framework 1.7.0. This release features AMF support, JQuery support, and Twitter support, among numerous other offerings.
For this particular release, we tried very hard to leverage the community. The majority of new features present in 1.7.0 are from community proposals, or were primarily driven by community contributors. For [...]
Entries Tagged as 'Translation'
Zend Framework 1.7.0正式发布
11月 18th, 2008 · No Comments
Tags: Zend Framework
程序开发过程
08月 1st, 2008 · No Comments
Software Development Cycles
July 31, 2008
The inside details of the software development cycle:
[quote]
Programmer produces code he believes is bug-free.
Product is tested. 20 bugs are found.
Programmer fixes 10 of the bugs and explains to the testing department that the other 10 aren’t really bugs.
Testing department finds that five of the fixes didn’t work and discovers 15 new [...]
Tags: Translation
Zend Framework教程大全
07月 3rd, 2008 · 1 Comment
Zend Framework 教程大全(英文版)
因原文访问不便,故收录如此,供参考。
原文链接:http://phpimpact.wordpress.com/2008/04/03/zend-framework-tutorials/
April 3, 2008
A compilation of Zend Framework tutorials for people who want to develop Web applications using this simple and powerful framework.
Getting Started
Zend Framework Quick Start - By Aldemar Bernal & Bradley Holt
Getting Started with Zend Framework - By Rob Allen
Zend Framework Intro Step By Step Tutorial - By phpeverysday.com
Setting up Zend Framework [...]
Tags: Translation · Zend Framework
Zend_Auth入门教程
06月 24th, 2008 · 1 Comment
Getting Started with Zend_Auth
Zend_Auth入门教程
By Rob Allen, http://www.akrabat.com/
Document Revision 1.0.8
Copyright ? 2007
本教程原文网址:http://akrabat.com/zend-auth-tutorial/
中文翻译 :
Jason Qi, http://zft.backupdiy.com/ (v1.0.2)
Altair, http://www.phpinternals.com/ (v1.0.8)
原文版本号: v1.0.8
中文版本号: v0.01
Altair译注:本教程在Zend Framework 1.5.x上测试通过。对于ZF以前的版本可能需要略作修改。本教程对应的zend-framework-tutorial的中文版本是 Zend Framework 1.5.x入门教程(翻译: Altair,下载网址: http://www.phpinternals.com/ ,Zend Framework 入门教程(简体中文1.52版))。
本文根据原作者的1.0.8版本,在Jason翻译的1.0.2版本的基础上修改而成。并根据ZFT 1.5.2对文中的文字和程序做了适当的修改。
本教程阅读须知:
阅读本教程之前,最好阅读一下本教程的前导教程: 《Zend Framework 1.5.x入门教程》,教程及代码下载地址:http://www.phpinternals.com/blog/2008/06/getting_started_with_zend_framework_152_v0_12/
请在原教程代码的基础上学习本教程。
本教程PDF下载:
Zend_Auth 入门教程 (简体中文v0.01版)
2008/06/25更新: Zend_Auth入门教程(1.0.8+,简体中文v0.02)
本教程代码下载:
Zend_Auth入门教程代码下载
Tags: Zend Framework
成为PHP高手的五个必由之路
06月 21st, 2008 · No Comments
better PHP developer 5 ways
Tags: Translation
Zend PHP 5认证学习指南(第八章) - 面向对象设计基础
06月 18th, 2008 · No Comments
第八章 面向对象设计基础
Zend PHP 5 Certification Study Guide - Chapter 8 (zh-cn)
Tags: Zend Certification
Zend PHP 5 认证学习指南(第七章) - 数据库程序设计
06月 18th, 2008 · No Comments
第七章 数据库程序设计
Zend PHP 5 Certification Study Guide - Chapter 7 (zh-cn)
Tags: Zend Certification
Zend PHP 5认证学习指南(第六章) - PHP面向对象程序设计
06月 18th, 2008 · No Comments
第六章 PHP面向对象程序设计
Zend PHP 5 Certification Study Guide 第六章的翻译版本,首发 bbs.phpchina.com
Zend PHP 5 Certification Study Guide - Chapter 6 (zh)
Tags: Zend Certification
Zend Framework 入门教程(简体中文1.52版)v0.12
06月 18th, 2008 · 2 Comments
Getting Started With Zend Framework (1.52)
Author: Rob Allen
Original URL: http://akrabat.com/zend-framework-tutorial/
英文版下载链接:getting-started-with-zend-framework-152
中文版下载链接:zend-framework-入门教程(简体中文1.52)-v012
Zend Framework配置快速指南
(1) 运行环境: Apache + PHP 5.1.4以上版本。并且Apache已经启用了mod_rewrite模块,将httpd.conf中的AllowOverride 选项行改为
AllowOverride All 修改httpd.conf后需要重新启动Apache服务。
(2) 到 http://www.phpinternals.com/ 《Zend Framework 入门教程(简体中文1.5.2版)》一文中下载最新的示例程序,将其解压到web根目录的zf-tutorial目录下。
(3) 因为示例程序中不包括Zend Framework,请自行下载Zend Framework,并按教程中的将其拷贝到zf-tutorial/library 目录下。修改PHP.INI设置,将library的绝对路径加到include_path中。例如,我的include_path是这样的:
include_path = “.;c:\wamp\www\zf-tutorial\library”
*(4)本教程程序使用PDO来访问MySQL数据库,因此必须确保已启用pdo, pdo_mysql扩展。(在php.ini中设置)
*(5) 创建数据库,将示例程序中的zf-tutorial.sql文件导入到数据库中。
*(6) 根据你的数据库设置修改application/config.ini文件。根据你的实际配置修改host, username, password, dbname。
(7) 教程中提到的.htaccess文件已经附在了样例代码中(public/.htaccess),因此你不需要重新制作。
配置正常后,可以使用 http://localhost/zf-tutorial/public 来访问样例程序。
注意:修改完httpd.conf, php.ini后需要重新启动Apache。
教程代码下载:
Stage 1: zf-tutorial-01 不包括数据库部分
Stage 2: zf-tutorial-02 包括数据库部分
Tags: Zend Framework

