For a while I thought I was answering my own question, when I noticed
that the above was slightly wrong.  I believe it should be:

var $hasOne = array('PrimaryCharacter' =>
                                array('className' =>'Character',
                                        'foreignKey' => 'primary_character_id')
                        );

Since each member has many characters, each character belongs to a
member, and each member has one primary character.

However, I haven't gotten any further after making this edit either :(


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to