I have a habtm association:
Listings <=> Listingcategories
The join table is listingcategories_listing.

>From the Listingcategories controller I get the listings of a given
category id without problem, using the following code:
http://bin.cakephp.org/saved/36634

Now i also need to get the Country.name associated to listing, where
each Listing belongsTo a Country.

I was playing with recursivity, bindable behavior, but i cant get the
country name.

Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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