Redirect on page edit after save |
I think you're asking how to pass the page_id to the next form.
redirect("x\y\$page_id") x is the controller class. y is a function in x. And page_id is the parameter of function y.
Simpler is always better
|
Messages In This Thread |
Redirect on page edit after save - by webgirl - 02-16-2016, 10:17 PM
RE: Redirect on page edit after save - by webgirl - 02-17-2016, 08:06 AM
RE: Redirect on page edit after save - by donpwinston - 02-17-2016, 09:36 AM
RE: Redirect on page edit after save - by keulu - 02-17-2016, 09:52 AM
|