Name

pkit_redirect — Redirect to another URL.

Synopsis

      $model->pkit_redirect("http://www.pagekit.org/");
     

Description

It is strongly recommend that you use this method on pages where a query that changes the state of the application is executed. Typically these are POST queries that update the database.

Note that this passes along the messages set my pkit_message if applicable.