pkit_internal_redirect

Name

pkit_internal_redirect — Internal redirection to another page inside the PageKit application

Synopsis

      $model->pkit_internal_redirect('myaccount');
      return;
     

Description

Resets the page_id. This is usually used "redirect" to different template.

Note that you should perform a pkit_redirect for POST requests.