Detect if a page is reloading itself or being called from another page.

Permalink 1 user found helpful
I need to detect whether the single page I am working on is being reloaded by it's controller or being requested by another page or link. Preferably, I need this to happen within the Dispatcher before the page controller is started.

Does anyone have a suggestion what the best way to do this would be? Any and all suggestions are welcome.

Thanks in advance,
ThomasJ

ThomasJ
 
ThomasJ replied on at Permalink Reply
ThomasJ
I just got a response on this matter from akodde in a previous post that answers this question quite well. This is his response.

akodde said;
"Hi Tom,
Yes, you can hook into these steps (called 'Events'). Here is a list of the available events:http://www.concrete5.org/documentation/developers/system/events&quo...

Thank you, akodde, for your help on my issues.