Instalación

Véase el apéndice requisitos para una lista detallada de requisitos para Zend Framework.

La instalación del Zend Framework es muy simple. Una vez que haya descargado y descomprimido el framework, deberá añadir la carpeta /library de la distribución al principio de su "include path". También puede mover la carpeta "library" a cualquier otra posición (compartida o no) de su sistema de archivos.

  • Descargar la última versión estable. Esta versión esta disponible en formatos .zip . .tar.gz , es una buena opción para aquellos que comienzan o son nuevos en Zend Framework.

  • Download the latest nightly snapshot. For those who would brave the cutting edge, the nightly snapshots represent the latest progress of Zend Framework development. Snapshots are bundled with documentation either in English only or in all available languages. If you anticipate working with the latest Zend Framework developments, consider using a Subversion ( SVN ) client.

  • Using a Subversion ( SVN ) client. Zend Framework is open source software, and the Subversion repository used for its development is publicly available. Consider using SVN to get Zend Framework if you already use SVN for your application development, want to contribute back to the framework, or need to upgrade your framework version more often than releases occur.

    Exporting is useful if you want to get a particular framework revision without the .svn directories as created in a working copy.

    Check out a working copy if you want contribute to Zend Framework, a working copy can be updated any time with svn update and changes can be commited to our SVN repository with the svn commit command.

    An externals definition is quite convenient for developers already using SVN to manage their application's working copies.

    The URL for the trunk of Zend Framework's SVN repository is: http://framework.zend.com/svn/framework/standard/trunk

Una vez que tenga disponible una copia de Zend Framework, su aplicación necesita poder acceder a las clases del framework. Aunque hay diferentes maneras de lograr esto , su include_path de PHP necesita contener una ruta a la librería de Zend Framework.

Zend provides a QuickStart to get you up and running as quickly as possible. This is an excellent way to begin learning about the framework with an emphasis on real world examples that you can built upon.

Ya que los componentes de Zend Framework están débilmente conectados, tiene la opción de usar cualquier combinación de ellos en sus aplicaciones. Los siguientes capítulos presentan una referencia exhaustiva de Zend Framework, componente a componente.