> I don't really care for that method, but I haven't seen a solution, good
> or bad, that lets me break up the different roles into separate objects.
The "classic" solution is to have a Role CFC that is extended as
Employee, Faculty and Student (three CFCs) and then User "has a" array
of Role objects.
So:
Employee is-a Role
Faculty is-a Role
Student is-a Role
and
User has-a Role array
--
Sean A Corfield -- http://www.corfield.org/blog/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

