From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- .../manual/core/en/introduction.overview.html | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 zend/documentation/manual/core/en/introduction.overview.html (limited to 'zend/documentation/manual/core/en/introduction.overview.html') diff --git a/zend/documentation/manual/core/en/introduction.overview.html b/zend/documentation/manual/core/en/introduction.overview.html new file mode 100644 index 0000000..f6beb3b --- /dev/null +++ b/zend/documentation/manual/core/en/introduction.overview.html @@ -0,0 +1,138 @@ + + +
+ +
+
+ Overview+ Zend Framework is an open source framework for developing web applications and services + with PHP 5. Zend Framework is implemented using 100% object-oriented + code. The component structure of Zend Framework is somewhat unique; each component is + designed with few dependencies on other components. This loosely coupled architecture allows + developers to use components individually. We often call this a "use-at-will" design. + + ++ While they can be used separately, Zend Framework components in the standard library form a + powerful and extensible web application framework when combined. Zend Framework offers a + robust, high performance MVC implementation, a database abstraction that + is simple to use, and a forms component that implements HTML form + rendering, validation, and filtering so that developers can consolidate all of these + operations using one easy-to-use, object oriented interface. Other components, such as + Zend_Auth and Zend_Acl, provide user + authentication and authorization against all common credential stores. Still others + implement client libraries to simply access to the most popular web services available. + Whatever your application needs are, you're likely to find a Zend Framework component that + can be used to dramatically reduce development time with a thoroughly tested foundation. + + ++ The principal sponsor of the project 'Zend Framework' is » + Zend Technologies, but many companies have contributed components or significant + features to the framework. Companies such as Google, Microsoft, and StrikeIron have + partnered with Zend to provide interfaces to web services and other technologies that they + wish to make available to Zend Framework developers. + + ++ Zend Framework could not deliver and support all of these features without the help of the + vibrant Zend Framework community. Community members, including contributors, make + themselves available on » mailing + lists, » IRC channels, and other + forums. Whatever question you have about Zend Framework, the community is always available + to address it. + ++ +
|
+ + + | +