API17

API17:JApplication::redirect

From Joomla! Documentation

Joomla 11.1 JApplication::redirect

Description

Redirect to another URL.


public function redirect (
        $url
        $msg=''
        $msgType='message'
        $moved=false
)
Parameter Type Default Description
$url
$msg
$msgType 'message'
$moved false
  • Returns
  • Defined on line 312 of libraries/joomla/application/application.php

See also


User contributed notes

Code Examples