Skip to content

Instantly share code, notes, and snippets.

@neokoenig
Created July 4, 2015 09:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neokoenig/b8a32f48c7e3288686ab to your computer and use it in GitHub Desktop.
Save neokoenig/b8a32f48c7e3288686ab to your computer and use it in GitHub Desktop.
Hits /Application.cfc;
- /wheels/functions.cfm
- /config/app.cfm
- /wheels/controller/appfunctions.cfm
- /wheels/controller/caching.cfm
- /wheels/controller/filters.cfm
- /wheels/controller/flash.cfm
- /wheels/controller/initialization.cfm
- /wheels/controller/miscellaneous.cfm
- /wheels/controller/redirection.cfm
- /wheels/controller/rendering.cfm
- /wheels/global/appfunctions.cfm
/wheels/global/cfml.cfm
/wheels/global/internal.cfm
/wheels/global/public.cfm
/events/functions.cfm
- /wheels/events/onapplicationend.cfm
- /wheels/events/onapplicationstart.cfm
- /wheels/events/onerror.cfm
- /wheels/events/onmissingtemplate.cfm
- /wheels/events/onsessionend.cfm
- /wheels/events/onsessionstart.cfm
- /wheels/events/onrequest.cfm
- /wheels/events/onrequestend.cfm
Then presumably, /index.cfm
- /wheels/index.cfm
-> #application.wheels.dispatch.$request()#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment