Henry Rendleman
Member since Oct 11, 2010
- Profile: /members/7052-henry-rendleman.htm
- URL: http://www.daveramsey.com
- Comments: 6
Recent Blog Comments By Henry Rendleman
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on May 2, 2011 at 5:51 PM
@Jame Yeah, all the solutions I have done where I have to serialize the objects, I write a method on the object that gets the data for serialization that way it is all what I need. So package the object up however you need and serialize it.... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on May 2, 2011 at 5:32 PM
@james check out this link. Writing a custom function to do that would be the way to go using SerializeJSON(EntityToQuery(<your entity here>)) http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSfd7453be0f56bba437188258123092b394c-7ffd.html HTH... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on May 2, 2011 at 11:39 AM
It is a bug James. I am pretty sure that it has been noted to Adobe. @Trip sorry I didn't see your post. It sounds like you would be fine with 2 - 4 items. I think when you are hitting higher numbers it becomes more of an issue. Not to mention moving the DB naming side of things to just the o... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on Mar 14, 2011 at 11:36 AM
@Trip, What you wrote sounds correct in theory. Using your Rental cfc would be what you need to set the property up correctly. The cfc is always the "table" you want to link to. It should work the way you want to, but as always, be careful loading all your items. I might be tempted t... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on Oct 11, 2010 at 4:08 PM
@Henry, After further investigation, the functions all in the extended object exist from the base object and work, you just can't see them when you do a dump of the objects. Anyone else seeing this? Anyone else have a good solution?... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on Oct 11, 2010 at 2:13 PM
I seem to be having an issue with property inheritance. Can you think of a reason why an extended class like GameRental would not see it's base class'(Rental) properties or methods where it can act upon them. It loads the object, but I can't seem to get it to show me the info for the properties o... read more »