Instalación
Zend Framework requiere por lo menos PHP 5.1.4 o superior, aunque Zend recomienda encarecidamente la versión 5.2.3 o superior, porque hay parches de seguridad y mejoras en el rendimiento entre estas dos versiones. Por favor, consulte el anexo sobre los requisitos del sistema. para obtener más información.
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 the 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.
Checking out a
working copy is good when you might contribute to Zend Framework, and a working copy can
be updated any time with
svn
update.
An externals
definition is highly convenient for developers already using SVN to manage their
application working copies.
La URL del almacén del repository SVN de Zend Framework es:
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.