• <tfoot id='cv9aa'></tfoot>
      <bdo id='cv9aa'></bdo><ul id='cv9aa'></ul>

  • <i id='cv9aa'><tr id='cv9aa'><dt id='cv9aa'><q id='cv9aa'><span id='cv9aa'><b id='cv9aa'><form id='cv9aa'><ins id='cv9aa'></ins><ul id='cv9aa'></ul><sub id='cv9aa'></sub></form><legend id='cv9aa'></legend><bdo id='cv9aa'><pre id='cv9aa'><center id='cv9aa'></center></pre></bdo></b><th id='cv9aa'></th></span></q></dt></tr></i><div id='cv9aa'><tfoot id='cv9aa'></tfoot><dl id='cv9aa'><fieldset id='cv9aa'></fieldset></dl></div>

      1. <small id='cv9aa'></small><noframes id='cv9aa'>

        <legend id='cv9aa'><style id='cv9aa'><dir id='cv9aa'><q id='cv9aa'></q></dir></style></legend>

        Zend框架中重定向和转发有什么区别

        What is the difference between redirect and forward in Zend framework(Zend框架中重定向和转发有什么区别)

        <small id='fi5vd'></small><noframes id='fi5vd'>

        <tfoot id='fi5vd'></tfoot><legend id='fi5vd'><style id='fi5vd'><dir id='fi5vd'><q id='fi5vd'></q></dir></style></legend>

        <i id='fi5vd'><tr id='fi5vd'><dt id='fi5vd'><q id='fi5vd'><span id='fi5vd'><b id='fi5vd'><form id='fi5vd'><ins id='fi5vd'></ins><ul id='fi5vd'></ul><sub id='fi5vd'></sub></form><legend id='fi5vd'></legend><bdo id='fi5vd'><pre id='fi5vd'><center id='fi5vd'></center></pre></bdo></b><th id='fi5vd'></th></span></q></dt></tr></i><div id='fi5vd'><tfoot id='fi5vd'></tfoot><dl id='fi5vd'><fieldset id='fi5vd'></fieldset></dl></div>
        • <bdo id='fi5vd'></bdo><ul id='fi5vd'></ul>

                <tbody id='fi5vd'></tbody>

                • 本文介绍了Zend框架中重定向和转发有什么区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  Zend 框架中重定向和转发的区别是什么?

                  What is the difference between redirect and forward in Zend framework?

                  什么时候应该使用重定向,什么时候应该使用转发?

                  When we should use redirect and when should we use forward?

                  推荐答案

                  _forward() 只是将所有内容转发到另一个控制器操作,而 _redirect() 发送一个标头,这意味着您创建一个新的 HTTP 请求并使用它完成整个调度过程.

                  _forward() just forwards everything to another controller action, while _redirect() sends a header, meaning you create a new HTTP Request and go through the entire dispatch process with it.

                  例如,如果您调用 http://example.com/foo/bar 你会调用 foo 控制器和 bar 动作.如果您在 bar 操作内部转发到 baz 操作,例如在同一个请求中,浏览器仍然在同一个 URL 上,而在进行重定向时,ZF 会指示浏览器加载 http://example.com/foo/baz.

                  For instance, if you call up http://example.com/foo/bar you'd call the foo controller and bar action. If you forward inside the bar action to the baz action, e.g. within the very same request, the browser would still be on the same URL, while when doing a redirect, ZF would instruct the browser to load http://example.com/foo/baz.

                  本质上,_forward() 确实

                  $request->setActionName($action)
                          ->setDispatched(false);
                  

                  _redirect() 确实

                  $this->_helper->redirector->gotoUrl($url, $options);
                  

                  当我想防止重新加载页面导致重新发布表单数据时,我通常会进行重定向.

                  I usually do redirects when I want to prevent reload a page resulting in reposting form data.

                  看到这些:

                  • Zend 框架,$this->_forward 正在做什么
                  • http://osdir.com/ml/php.zend.framework.mvc/2007-09/msg00038.html
                  • http:///framework.zend.com/svn/framework/standard/trunk/library/Zend/Controller/Action/Helper/Redirector.php

                  这篇关于Zend框架中重定向和转发有什么区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Zend_Controller_Router_Exception: quot;xyzquot; is not specified(Zend_Controller_Router_Exception:“xyz;未指定)
                  Zend_Db_Table subquery(Zend_Db_Table 子查询)
                  pcntl_fork and the MySQL connection is gone(pcntl_fork 和 MySQL 连接消失了)
                  Change layout in the controller of Zend Framework 2.0(在 Zend Framework 2.0 的控制器中更改布局)
                  Zend Mail Gmail SMTP(Zend 邮件 Gmail SMTP)
                  Zend_Form: how to check 2 fields are identical(Zend_Form:如何检查 2 个字段是否相同)
                    <bdo id='983p0'></bdo><ul id='983p0'></ul>

                    <legend id='983p0'><style id='983p0'><dir id='983p0'><q id='983p0'></q></dir></style></legend>
                      <tbody id='983p0'></tbody>
                    <tfoot id='983p0'></tfoot>

                      • <i id='983p0'><tr id='983p0'><dt id='983p0'><q id='983p0'><span id='983p0'><b id='983p0'><form id='983p0'><ins id='983p0'></ins><ul id='983p0'></ul><sub id='983p0'></sub></form><legend id='983p0'></legend><bdo id='983p0'><pre id='983p0'><center id='983p0'></center></pre></bdo></b><th id='983p0'></th></span></q></dt></tr></i><div id='983p0'><tfoot id='983p0'></tfoot><dl id='983p0'><fieldset id='983p0'></fieldset></dl></div>
                          • <small id='983p0'></small><noframes id='983p0'>