Skip to content

Commit 408e7ff

Browse files
committed
Began migration guide
1 parent 7311b8a commit 408e7ff

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/languages/en/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
modules/zendtool.introduction
2525
tutorials/quickstart.di
2626
tutorials/unittesting
27+
migration/overview
2728
modules/zend.authentication.intro
2829
modules/zend.authentication.adapter.dbtable
2930
modules/zend.authentication.adapter.digest
@@ -287,6 +288,11 @@
287288
* :doc:`tutorials/quickstart.di`
288289
* :doc:`tutorials/unittesting`
289290

291+
|Migration|
292+
-----------
293+
294+
* :doc:`migration/overview`
295+
290296
|ZendFrameworkReference|
291297
------------------------
292298

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _migration.overview:
2+
3+
Migration from Zend Framework 1
4+
===============================
5+
6+
This guide is intended to provide tools and strategies for migrating from Zend
7+
Framework 1 to Zend Framework 2. There is no single solution that will work for
8+
every project, nor any tools to automate the process.
9+
10+
In this guide, we will cover the following:
11+
12+
* Tools for namespacing your code.
13+
* Tools for consuming Zend Framework 2 within your Zend Framework 1 application.
14+
* Strategies for running Zend Framework 2 and Zend Framework 1 in parallel.
15+
* Strategies for making your code easier to migrate, focussing primarily on
16+
clean separation of your domain logic and the MVC layer.
17+
* Strategies for migrating the MVC layer.
18+
* Strategies for migrating your domain layer.

0 commit comments

Comments
 (0)