From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- .../documentation/manual/core/en/migration.09.html | 154 +++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 zend/documentation/manual/core/en/migration.09.html (limited to 'zend/documentation/manual/core/en/migration.09.html') diff --git a/zend/documentation/manual/core/en/migration.09.html b/zend/documentation/manual/core/en/migration.09.html new file mode 100644 index 0000000..7cde140 --- /dev/null +++ b/zend/documentation/manual/core/en/migration.09.html @@ -0,0 +1,154 @@ + + +
+ +
+
+ Zend Framework 0.9+ When upgrading from a previous release to Zend Framework 0.9 or higher you + should note the following migration notes. + + +Zend_Controller+ 0.9.3 introduces action helpers. + As part of this change, the following methods have been removed as + they are now encapsulated in the redirector + action helper: + + +
+ Read the action + helpers documentation for more information on how to + retrieve and manipulate helper objects, and the redirector + helper documentation for more information on setting + redirect options (as well as alternate methods for redirecting). + ++ +
|
+
+
|
+