File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 24
24
modules/zendtool.introduction
25
25
tutorials/quickstart.di
26
26
tutorials/unittesting
27
+ migration/overview
27
28
modules/zend.authentication.intro
28
29
modules/zend.authentication.adapter.dbtable
29
30
modules/zend.authentication.adapter.digest
287
288
* :doc: `tutorials/quickstart.di `
288
289
* :doc: `tutorials/unittesting `
289
290
291
+ |Migration |
292
+ -----------
293
+
294
+ * :doc: `migration/overview `
295
+
290
296
|ZendFrameworkReference |
291
297
------------------------
292
298
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments