これら 2 つの Zend リダイレクタ関数の違いを知りたいです。明らかに、それを呼び出すgotoUrl
と、新しいページにリダイレクトされ、残りのコードは次のように実行されません
... Some Code // This will execute
$redirector->gotoUrl('bamboo/jamboo') ; // Page will redirect to jamboo and reset of code will not execute.
... Some Code // This will not execute as we already redirect to new page.
リダイレクト後に終了する理由 それは何を意味しますか?何か案が?