Package Home

Zend Framework 2 Documentation (Manual)

PHK Home

File: /_sources/migration/overview.txt

Size:764
Storage flags:no_autoload,compress/gzip (45%)

.. _migration.overview:

Migration from Zend Framework 1
===============================

This guide is intended to provide tools and strategies for migrating from Zend
Framework 1 to Zend Framework 2. There is no single solution that will work for
every project, nor any tools to automate the process.

In this guide, we will cover the following:

* Tools for namespacing your code.
* Tools for consuming Zend Framework 2 within your Zend Framework 1 application.
* Strategies for running Zend Framework 2 and Zend Framework 1 in parallel.
* Strategies for making your code easier to migrate, focussing primarily on
  clean separation of your domain logic and the MVC layer.
* Strategies for migrating the MVC layer.
* Strategies for migrating your domain layer.

For more information about the PHK package format: http://phk.tekwire.net