Hi,

I have three tables:

cities
categories
categories_cities

The first two are normal tables, the third one is used for linking.
Since I want to be able to indicate if the link is active, I've added
a column active to the categories_cities table. Using HABTM I am not
able to access any data of the categories-cities table caus it's used
for linking only. Is there any way to do make this work?

I've considered using the Has Many, Belongs to method, but in someway,
using the findAll method doesn't return data in a deep enough
recursive way.

Any thoughts?


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to