"It returns a coldfusion query object, when it should really be a collection of objects."
in an ideal world, sure. but sometimes it's complete overkill. and if it got to that stage, I'd rather have a Collection object that was really hiding a query inside it, handing me back single objects when - and only when - I need them, like getting a sub-collection (really a QofQ) IMHO the humble query object is a much maligned and overlooked beasty. On Fri, Jan 9, 2009 at 8:36 PM, John Whish <[email protected]> wrote: > Now you're preaching to the converted :) I decided that I'd rather create > transient objects then bodge it. The Transfer get is a classic example of > this. It returns a coldfusion query object, when it should really be a > collection of objects. I did play around with using Peter Bell's IBO with it > (which works well), but I was concious that it was a work-around. As you say > CF is getting faster and so is hardware so I'd prefer to go down that route > (especially with the new Object proxies feature of transfer) > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
