Hi you all guys, I'm developing an App where, In example; an user may add
different artists to it's favorite list.


I'm showing two divs with the following info:

<Div id="FavoritesArtists">
Artist 2
Artist 4
Artist 6
</div>


<Div id="AvailableArtists">
Artist 1
Artist 3
Artist 5
Artist 7
Artist 8
</div>


If user adds Artist 8 to Favs, then AvailableArtists will be all, except
those already added.

So, I need to make a kind of Association with NOT IN condition, and
overriding the LEFT JOIN automatically generated.




After that, will be nice to paginate these results, but that's another story
I have to deal with.



Thanks for reading!


n.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to