Aaron,

Thank you for response.

So let me see if I have this correct.
An example of your code would be something like this:

application.cfm:
application.dao = createObject("component","some.dao");

Then some where in your code you might have some
onCreateNewSession:
session.dao = application.dao;
session.dao.read(session.record);

Is this what you are describing?

--
Thanks,
Troy

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236029
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to