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. From PageKit v1.12 on pkit_internal_redirect handle full url's and strip them. Parameters at the end of request are removed. This is usefull if you get the url from a pkit_done like parameter.