Okay, I'm like 80% sure I get what you're saying.  Besides manually
modifying the association manually at runtime (do
pr($this->Model->hasMany) and you'll see what I'm talking about), you
could do:

$this->Model1->Model2->findCount('user_id != ' . $current_user_id);


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