Yes, it's not preloaded. By default, it's "lazy loaded". So, it's only
loaded when you actually call it.

http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSE01EDE03-6E6B-4669-8C54-358460778450.html

- Gabriel

On Tue, Sep 21, 2010 at 7:08 AM, Glyn Jackson <glyn.jack...@newebia.co.uk>wrote:

>
> Thanks Gabriel,
>
> o, ok so data is not pre loaded "so to speak"? if I just wanted to get the
> data its treated as an array  which is what confused me, i.e. like the array
> is waiting...
>
>        <cfloop array="#rc.userbean#" index="user">
>
>        <cfloop array="#user.getMonsters()#" index="monster">
>               get montser that belong to  a user
>        </cfloop>
>
> </cfloop>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337258
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to