pkit_redirect — Redirect to another URL.
$model->pkit_redirect("http://www.pagekit.org/");
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.