小編給大家分享一下zend framework如何實現(xiàn)重定向,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
創(chuàng)新互聯(lián)建站專注于企業(yè)營銷型網(wǎng)站、網(wǎng)站重做改版、臨洮網(wǎng)站定制設計、自適應品牌網(wǎng)站建設、H5技術、電子商務商城網(wǎng)站建設、集團公司官網(wǎng)建設、成都外貿(mào)網(wǎng)站建設、高端網(wǎng)站制作、響應式網(wǎng)頁設計等建站業(yè)務,價格優(yōu)惠性價比高,為臨洮等各大城市提供網(wǎng)站開發(fā)制作服務。具體如下:
一. 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如何實現(xiàn)重定向”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學習更多知識,歡迎關注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
當前文章:zendframework如何實現(xiàn)重定向-創(chuàng)新互聯(lián)
分享路徑:http://aaarwkj.com/article0/ccdsio.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供云服務器、移動網(wǎng)站建設、搜索引擎優(yōu)化、電子商務、關鍵詞優(yōu)化、網(wǎng)站建設
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容