I've been having difficulty understanding how to model the following using
CFC's:

Suppose I'm trying to create a model where I have students and classes.  I
would think that I would have a student type and a class type.  I would also
like to be able to call a student.getClasses() to retrieve the classes that
the student is in.  I would also like to be able to call class.getStudents()
to retrieve the students in the class.  Set this up in a relational table, I
would have a table for students, classes and class enrollment.  However, I
don't understand how to store the relationship using objects?

Any insight would be much appreciated.

-Nelson


----------------------------------------------------------
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]

Reply via email to