News Details

15.02.2010 13:48

[php] Redirect to another url and end a controller action.

Kategorie: php, RSS Feeds, TYPO3 snippets
Von: Nikolas Hagelstein (pulponair)

  1. $this->response->setStatus(303);
  2. $this->response->setHeader('Location', $urlToRedirectTo);
  3. throw new Tx_Extbase_MVC_Exception_StopAction();


Kommentare zu dieser News

Typo3