> a) Does this make any sense?
Sure does. > b) What happens when I want to extend the User object to > different subtypes? (i.e. I may have diff users in which I > need to subclass out and override a method or two) I > currently have the UserManager using a return type of "all". It will work. You could specify a returntype of User and it would work too as that User will be the base class. * * * One thing I'd like to mention, you should probably take advantage of the built in plumbing for cfmx cfc security which, might disolve the need for building a UserManger depending on how you're doing stuff. More extensible for flash etc, not reinventing the wheel, etc. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word '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]
