|
As a relatively new CFWheels user, I find the docs on Associations confusing and sketchy in places. As a result I still haven't found a simple outer join to work for me. Here's a simplified example of my situation. I want to outer join these two tables using phase_id on both to join with a one to one relationship: Milestones_List Milestone_Phases In the milestones.cfc config: In the phases.cfc config: In my controller method where this is called I have: What I run it, I get: But it does exist. Docs are vague in places so this is the best I can figure from them. |
Replies: 1 comment 2 replies
|
Just thought of trying a reload of the app. Sure enough, now it's all working. Argh!! Can someone please state when this is necessary? I knew changes in routes.cfm and possibly other /config directory file changes required a reload but not model changes. Is it all model changes? |
Just thought of trying a reload of the app. Sure enough, now it's all working. Argh!!
Can someone please state when this is necessary? I knew changes in routes.cfm and possibly other /config directory file changes required a reload but not model changes. Is it all model changes?