Zend Framework

Zend Framework

Infobox_Software

name = Zend Framework
latest_release_version = [http://framework.zend.com/download 1.6.1]
latest_release_date = release date|2008|09|02
operating_system = Cross-platform
license = New BSD license
developer = Zend Technologies
genre = Web application framework
website = http://framework.zend.com/

Zend Framework is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License. Zend Framework—often referred to as ZF—is developed with the goal of simplifying web development while promoting best practices in the PHP developer community.
ZF's use-at-will architecture allows developers to reuse components when and where they make sense in their applications without requiring other ZF components beyond minimal dependencies. There is therefore no single development paradigm or pattern that all Zend Framework users must follow, although ZF does provide components for the MVC and Table Gateway design patterns which are used in most ZF applications. Zend Framework provides individual components for many other common requirements in web application development, including authentication and authorization via access control lists (ACL), application configuration, data caching, filtering/validation of user-provided data for security and data integrity, internationalization, interfaces to AJAX functionality, email composition/delivery, Lucene-format search indexing and querying, and all Google Data APIs along with many other popular web services. Because of their loosely coupled design, ZF components can be used relatively easily alongside components from other PHP web application frameworks.cite web
date = 2007
title = Why ZF?
url = http://framework.zend.com/whyzf/
accessdate = 2008-07-14
]

History and philosophy

Zend Framework was conceived in early 2005 while many new frameworks, such as Ruby on Rails and the Spring Framework, were gaining popularity in the web development community. ZF was publicly announced at the first [http://www.zendcon.com/ Zend Conference] .cite web
first = Oonagh
last = Morgan
date = 2005-10-19
title = Zend Announces Industry-wide PHP Collaboration Project at its Inaugural PHP Conference
url = http://www.zend.com//news/zendpr.php?ozid=109
publisher = Zend Technologies
accessdate = 2008-07-14
] At the same time, no widely used framework had been made available to the PHP community to fulfill similar web development needs. The designers of Zend Framework sought to combine the ease-of-use and rapid application development (RAD) features of these new frameworks with the simplicity, openness, and real-world practicality that is highly valued in the PHP community.cite web
first = Andi
last = Gutmans
date = 2007-07-01
title = Zend Framework 1.0 Released!
url = http://andigutmans.blogspot.com/2007/07/zend-framework-10-released.html
| accessdate = 2008-07-14
]

Typically, specific development usage scenarios are implemented using more generalized software components through automatic configuration and/or code generation. In [http://framework.zend.com/download previous releases] , the Zend Framework community has opted to complete development and testing of these underlying components before starting work on simplifying development tasks such as database migrations, generating scaffolding, and project creation and configuration. This practice has been the subject of some criticism since some functionality considered by many as necessary for a general release for modern web application frameworks is slated for future Zend Framework releases. Many ZF users, however, have found such generalized software components more reusable and extensible in implementing their applications.Zend Framework also seeks to promote web development best practices in the PHP community; conventions are not as commonly used in ZF as in many other frameworks, rather suggestions are put forth by setting reasonable defaults that can be overridden for each ZF application’s specific requirements.

Licensing

Zend Framework is licensed under the Open Source Initiative(OSI)-approved New BSD License, and all code contributors must sign a Contributor License Agreement (CLA) based on the Apache Software Foundation’s [http://www.apache.org/licenses/icla.txt CLA] . The licensing and contribution policies were established to circumvent any intellectual property issues for commercial ZF users.

ponsor and partners

Zend Technologies, co-founded by PHP core contributors Andi Gutmans and Zeev Suraski, is the corporate sponsor of Zend Framework. Technology partners include IBM, Google, Microsoft, and StrikeIron.

Requirements

Zend Framework requires PHP 5.1.4 or later, although the [http://framework.zend.com/manual/en/ ZF Programmer's Reference Guide] strongly recommends PHP 5.2.3 or later for security and performance improvements included in these versions of PHP. PHPUnit 3.0 or later is required to run the unit tests shipped with Zend Framework. Many components also require PHP extensions; a full list of components and their dependencies can be found [http://framework.zend.com/manual/en/requirements.zendcomponents.html in the Programmer's Reference Guide] .

Releases

Zend Framework releases are versioned with three numbers in the format "x.y.z", where a changes in "x", "y", or "z" correspond to major, minor, and mini releases, respectively. The first General Availability release of ZF was released on 2007-06-30 as Zend Framework 1.0. The latest release is [http://framework.zend.com/download 1.6.1] , which was made available for download on 2008-09-15.

Features

* All components are fully object-oriented PHP 5 and are E STRICT compliant
* Use-at-will architecture with loosely coupled components and minimal interdependencies
* Extensible MVC implementation supporting layouts and PHP-based templates by default
* Support for multiple database systems and vendors, including MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, SQLite, and Informix Dynamic Server
* Email composition and delivery, retrieval via mbox, Maildir, POP3 and IMAP4
* Flexible caching sub-system with support for many types of backends, such as memory or a file system.

Code, documentation, and test standards

Code contributions to Zend Framework are subject to rigorous code, documentation, and test standards. All code must meet ZF’s [http://framework.zend.com/wiki/display/ZFDEV/PHP+Coding+Standard+%28draft%29 coding standards] and unit tests must reach 80% code coverage before the corresponding code may be moved to the release branch.cite web
date = 07-01-2006
title = Zend Framework Contributor Guide
url = http://framework.zend.com/wiki/display/ZFDEV/Zend+Framework+Contributor+Guide
| accessdate = 2008-07-14
]

Organizations using Zend Framework

Organizations using Zend Framework include:
* brainbits
* Berlin Museums
* Digital Sublimity
* Eurotransplant
* GNU/Linux Matters for [https://tracker.gnulinuxmatters.org/wiki/Poliglota Poliglota] .
* IBM
* Marseille City School System
* Nokia
* Right Media
* Magento
* Shoppingads
* Australia Week

See also

* List of web application frameworks
* Comparison of web application frameworks
* New BSD License

References

External links

* [http://framework.zend.com/ Official Website]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Zend Framework — Тип Программный каркас для создания веб приложений Разработчик Zend Technologies Операционная система Кроссплатформенное программное обеспечение Последняя версия …   Википедия

  • Zend Framework — Zend Technologies Ltd. wurde 1999 von den Softwareentwicklern Andi Gutmans und Zeev Suraski in Israel begründet. Sie ist hauptverantwortlich für die Entwicklung der freien und Open Source Skriptsprache PHP in der Version 5 und der Zend Engine in… …   Deutsch Wikipedia

  • Zend Framework — Archivo:Zend framework.png Desarrollador Zend Technologies http://www.framework.zend.com/ Información general …   Wikipedia Español

  • Zend Framework 2 — Zend Framework 2  это фреймворк c открытым исходным кодом для разработки веб приложений и веб сервисов на языке программирования PHP 5.3+.В дальнейшем будет возможен переход на PHP 5.4. В его основе лежит полностью объектно ориентированный… …   Википедия

  • Zend Framework — Développeur Zend Technologies Dernière version 1.11.11 (29  …   Wikipédia en Français

  • Zend Technologies — ist ein Software Unternehmen mit Hauptsitz in Cupertino, USA, Technologie Center in Ramat Gan, Tel Aviv, Israel sowie Niederlassungen in Deutschland, Frankreich, Irland und Italien. Zend Technologies Ltd. wurde 1999 von den Softwareentwicklern… …   Deutsch Wikipedia

  • Zend Optimizer — Zend Technologies Ltd. wurde 1999 von den Softwareentwicklern Andi Gutmans und Zeev Suraski in Israel begründet. Sie ist hauptverantwortlich für die Entwicklung der freien und Open Source Skriptsprache PHP in der Version 5 und der Zend Engine in… …   Deutsch Wikipedia

  • Zend Studio — Zend Technologies Ltd. wurde 1999 von den Softwareentwicklern Andi Gutmans und Zeev Suraski in Israel begründet. Sie ist hauptverantwortlich für die Entwicklung der freien und Open Source Skriptsprache PHP in der Version 5 und der Zend Engine in… …   Deutsch Wikipedia

  • Zend Technologies Ltd. — Zend Technologies Ltd. wurde 1999 von den Softwareentwicklern Andi Gutmans und Zeev Suraski in Israel begründet. Sie ist hauptverantwortlich für die Entwicklung der freien und Open Source Skriptsprache PHP in der Version 5 und der Zend Engine in… …   Deutsch Wikipedia

  • Zend (informatique) — Zend Technologies Logo de Zend Technologies Ltd. Création 1999 Personnages clés Andi Gutmans, Co fondateur CEO ; Zeev Suraski, Co fondateur CTO …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”