Questions tagged [transfer-orm]
4 questions
2
votes
6 answers
Refactoring ColdFusion 5 tag-based code into CFCs
I feel the need to refactor my old CF5 based code into CFC's. We already have some code in ColdSpring and Transfer but feel a large rewrite to ColdSpring and Transfer is pointless.
What tips, approaches and gotchas will I hit.
How can I make this…

Stewart Robinson
- 3,459
- 4
- 21
- 27
2
votes
1 answer
Adding a property to a manytomany join in Transfer ORM (Coldfusion)
I am using transfer and I have a ManyToMany relationship between articles and videos. What I need to be able to do is to stick a timestamp against each video when it is added to an article. i.e. I have two tables:
article (ID, title, body)
video…

Dobbo1989
- 303
- 6
- 9
0
votes
2 answers
Transfer-ORM: The property 'siteID' could not be found in the object 'siteUsers.siteUsers'
I'm getting the following Coldfusion error when using Transfer-ORM to map to my Microsoft SQL database. I believe it's caused by a misconfigured transfer.xml file that maps out my linking table. I'm not sure I entirely understand the nuances of the…

Dan Sorensen
- 11,403
- 19
- 67
- 100
0
votes
1 answer
Cleanup Transfer ORM definitions?
Started researching Transfer ORM recently and find it pretty cool.
Today I've noticed that definitions directory contains some old files from my previous development sessions (ex. 27/08, 28/08). I have only few objects in transfer.xml for that…

Sergey Galashyn
- 6,946
- 2
- 19
- 39