Last active
December 27, 2015 15:39
-
-
Save muracms/7349454 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <plugin> | |
| ... | |
| <ormcfclocation>path/to/entites</ormcfclocations> | |
| ... | |
| <plugin> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ormFlushAtRequestEnd=false | |
| ormEventhandling=true | |
| ormAutomanageSession=false | |
| ormSavemapping=false | |
| ormSkipCFCwitherror=false | |
| ormUseDBforMapping=true | |
| ormAutogenmap=true | |
| ormLogsql=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Thanks for all the hard work on these examples!