What IS $returnid?
Posted: Wed Nov 21, 2007 11:10 pm
Any good resource on understanding what $returnid is, and how to use it?
Content management as it is meant to be
https://forum.cmsmadesimple.org/
That's what I'd think, too. But the value seems to always be 0 or null; How would I, for example, do an action and return to the calling page? I've tried:calguy1000 wrote: $returnid is the destination page. it's used to know what page to return to.
Code: Select all
$this->Redirect($returnid)