API17:JApplication::redirect
From Joomla! Documentation
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
JApplication::redirect source code on BitBucket
Class JApplication
Subpackage Application- Other versions of JApplication::redirect
User contributed notes
Code Examples