Is it ok for an object to call a manager that is not its own? For example, lets say that you have a "territory" and the territory has a "sales group". What do you think of having the territory.cfc have a getSalesGroup function that calls SalesGroupManager.getSalesGroup? The other option is to have the TerritoryManager have the getSalesGroup function and have it call the SalesGroupManager. It seems like it might be better to have managers talk to managers.
Gabe Roffman www.etesters.com ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
