Skip to content

Instantly share code, notes, and snippets.

@sigmaprojects
Created December 4, 2011 04:56
Show Gist options
  • Save sigmaprojects/1429223 to your computer and use it in GitHub Desktop.
Save sigmaprojects/1429223 to your computer and use it in GitHub Desktop.
// Application.cfc
public boolean function onRequestStart(String targetPage){
if(structKeyExists(url,"ormreload")) {
ORMReload();
}
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment