中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

zend framework如何實現重定向

發布時間:2021-09-02 09:29:45 來源:億速云 閱讀:159 作者:小新 欄目:開發技術

小編給大家分享一下zend framework如何實現重定向,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

具體如下:

一. render

不指定render

結果: {當前Module}/{當前Controller}/{當前Action}.phtml

$this->render('bar');

結果: {當前Module}/{當前Controller}/bar.phtml

二. forward

$this->_forward('bar');

結果: {當前Module}/{當前Controller}/bar

$this->_forward('bar', 'foo');

結果: {當前Module}/foo/bar

$this->_forward('bar', 'foo', 'hoge');

結果: hoge/foo/bar

$params = array(
 'a' => '1',
 'b' => '2'
);
$this->_forward('bar', 'foo', 'hoge', $params);

結果: /hoge/foo/bar/a/1/b/2

三. redirect

$this->_redirect('/hoge');

結果: /hoge

$this->_redirect('/hoge/foo');

結果: /hoge/foo

$this->_redirect('/hoge/foo/bar');

結果: /hoge/foo/bar

$this->_redirect('http://localhost/hoge/foo/bar');

結果: http://localhost/hoge/foo/bar

$this->_redirect('http://localhost/hoge/foo/bar?a=1&b=2');

結果: http://localhost/hoge/foo/bar?a=1&b=2

四. 特殊情況

不使用 layout

結果:

$this->_helper->layout()->disableLayout();

不使用 view

結果:

$this->_helper->viewRenderer->setNoRender();

以上是“zend framework如何實現重定向”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

台前县| 荔波县| 香格里拉县| 高州市| 莫力| 宁南县| 芷江| 博白县| 丽水市| 屏东县| 云霄县| 察哈| 西丰县| 子长县| 科技| 富川| 平陆县| 上饶市| 平凉市| 如东县| 克东县| 苍南县| 高邑县| 故城县| 平山县| 武功县| 象州县| 邵阳市| 呼伦贝尔市| 霍山县| 玛多县| 三台县| 农安县| 丹巴县| 无锡市| 元朗区| 富顺县| 沈阳市| 鹿邑县| 晋州市| 新田县|