diff options
Diffstat (limited to 'zend/documentation/manual/core/en/introduction.overview.html')
| -rw-r--r-- | zend/documentation/manual/core/en/introduction.overview.html | 138 |
1 files changed, 138 insertions, 0 deletions
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 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> + <title>Overview - Zend Framework Manual</title> + +</head> +<body> +<table width="100%"> + <tr valign="top"> + <td width="85%"> + <table width="100%"> + <tr> + <td width="25%" style="text-align: left;"> + <a href="introduction.html">Introduction to Zend Gdata</a> + </td> + + <td width="50%" style="text-align: center;"> + <div class="up"><span class="up"><a href="introduction.html">Introduction to Zend Gdata</a></span><br /> + <span class="home"><a href="manual.html">Programmer's Reference Guide</a></span></div> + </td> + + <td width="25%" style="text-align: right;"> + <div class="next" style="text-align: right; float: right;"><a href="introduction.installation.html">Installation</a></div> + </td> + </tr> + </table> +<hr /> +<div id="introduction.overview" class="chapter"><div class="info"><h1>Overview</h1></div> + + + + <p class="para"> + Zend Framework is an open source framework for developing web applications and services + with <acronym class="acronym">PHP</acronym> 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. + </p> + + <p class="para"> + 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 <acronym class="acronym">MVC</acronym> implementation, a database abstraction that + is simple to use, and a forms component that implements <acronym class="acronym">HTML</acronym> 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 + <span class="classname">Zend_Auth</span> and <span class="classname">Zend_Acl</span>, 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. + </p> + + <p class="para"> + The principal sponsor of the project 'Zend Framework' is <a href="http://www.zend.com" class="link external">» + Zend Technologies</a>, 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. + </p> + + <p class="para"> + 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 <a href="http://framework.zend.com/archives" class="link external">» mailing + lists</a>, <a href="http://www.zftalk.com" class="link external">» IRC channels</a>, and other + forums. Whatever question you have about Zend Framework, the community is always available + to address it. + </p> +</div> + <hr /> + + <table width="100%"> + <tr> + <td width="25%" style="text-align: left;"> + <a href="introduction.html">Introduction to Zend Gdata</a> + </td> + + <td width="50%" style="text-align: center;"> + <div class="up"><span class="up"><a href="introduction.html">Introduction to Zend Gdata</a></span><br /> + <span class="home"><a href="manual.html">Programmer's Reference Guide</a></span></div> + </td> + + <td width="25%" style="text-align: right;"> + <div class="next" style="text-align: right; float: right;"><a href="introduction.installation.html">Installation</a></div> + </td> + </tr> + </table> +</td> + <td style="font-size: smaller;" width="15%"> <style type="text/css"> +#leftbar { + float: left; + width: 186px; + padding: 5px; + font-size: smaller; +} +ul.toc { + margin: 0px 5px 5px 5px; + padding: 0px; +} +ul.toc li { + font-size: 85%; + margin: 1px 0 1px 1px; + padding: 1px 0 1px 11px; + list-style-type: none; + background-repeat: no-repeat; + background-position: center left; +} +ul.toc li.header { + font-size: 115%; + padding: 5px 0px 5px 11px; + border-bottom: 1px solid #cccccc; + margin-bottom: 5px; +} +ul.toc li.active { + font-weight: bold; +} +ul.toc li a { + text-decoration: none; +} +ul.toc li a:hover { + text-decoration: underline; +} +</style> + <ul class="toc"> + <li class="header home"><a href="manual.html">Programmer's Reference Guide</a></li> + <li class="header up"><a href="manual.html">Programmer's Reference Guide</a></li> + <li class="header up"><a href="introduction.html">Introduction to Zend Gdata</a></li> + <li class="active"><a href="introduction.overview.html">Overview</a></li> + <li><a href="introduction.installation.html">Installation</a></li> + </ul> + </td> + </tr> +</table> +</body> +</html>
\ No newline at end of file |
