Example #1
0
 /**
  * Redirects to the next step
  */
 function GotoNext()
 {
     $next = Page::NextStep($this->Step());
     Response::Redirect(Path::AddExtension($next, 'php'));
 }