Name

pkit_internal_execute_redirect — Internal redirection to another page inside the PageKit application. Also execute the code for the new destination page.

Synopsis

      $model->pkit_internal_execute_redirect('myotherpage');
      return;
     

Description

Resets the page_id. This is usually used "redirect" to different template inside your application and execute the modelcode for the new page.

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. See also pkit_redirect and pkit_internal_redirect