Skip to content

Instantly share code, notes, and snippets.

@muracms
Last active December 27, 2015 15:39
Show Gist options
  • Select an option

  • Save muracms/7349454 to your computer and use it in GitHub Desktop.

Select an option

Save muracms/7349454 to your computer and use it in GitHub Desktop.
<plugin>
...
<ormcfclocation>path/to/entites</ormcfclocations>
...
<plugin>
ormFlushAtRequestEnd=false
ormEventhandling=true
ormAutomanageSession=false
ormSavemapping=false
ormSkipCFCwitherror=false
ormUseDBforMapping=true
ormAutogenmap=true
ormLogsql=false
@cameroncf
Copy link

Looks like I cannot issue a pull request for suggested modifications to this but I did fork this gist and modify it here with some changes I'd make:

https://gist.github.com/cameroncf/9673641/d12a7094f68c1bfd8eaad951e00ddd840856d8d0

  • Removed s at end of closing tag
  • Added "ormenabled=true" at top of file2.cfm
  • Removed semicolons from ends of file2.cfm in case someone wants to cut past into settings.ini.cfm (which should not end in semicolons)

Thanks for all the hard work on these examples!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment