Redirect

From XOMBO Documentation

Jump to: navigation, search

You can redirect a browser request to another view or action with the $this->Redirect function.

Simply pass the relative or absolute URL to $this->Redirect ((string) $url) anywhere within your View.

Since XOMBO Platform renders the view in the background, any output rendered before the Redirect won't be sent to the user. Factor this into your planning.

File ./library/functions.php      ★      SVN http://svn.xombo.org/svn/platform/current/trunk/library/functions.php API DOCS

Personal tools