How do I know between FE and BE?
Posted: Mon May 09, 2011 12:22 am
I am creating an action that can be called either from backend or from frontend, but in each of the contexts it must behave slightly differently. Namely, in the backend I don't need to check for Front End Users permissions.
My question is, how do I tell if the action was called with an URL in the Front End or in the Back End?
My question is, how do I tell if the action was called with an URL in the Front End or in the Back End?