I personally do it in a similar way to your original post - with a manual COUNT query. However, I do this in the model afterFind callback, so that it is run every time the Category model is loaded, even if that is just from an association (not a direct Category- >findAll call). I think this is a bit simpler that what you had, but otherwise is the same idea.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
