A Download belongsTo Categories, Authors and Translators, so when i do downloads/view, it fetches the data from three tables with a left join and resolves category_id, author_id and translator_id.
That's fine, but a Category also hasMany Downloads, but when i do categories/view, it fetches only one table, which results in raw values of category_id, author_id and translator_id displayed as integers, while i need it to behave like in the first case. Setting $recursion doesn't seem to help. I'm using the development version. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
