is there any function to redirect to other page (like RedirectContent($id)) with parameters?
I need to redirect to another page and passing through $message variable into redirected template. Something like this:
Code: Select all
$this->RedirectContent($id, $params, $message);
Thank you,
Sonya