Hi I have a HABTM Relationship and was using CounterCache, following the below script:
http://bakery.cakephp.org/articles/view/counter-cache-behavior-for-habtm-relations It worked well, till I decided that a user should be able to choose more than 1 Category. Since than the CounterCache is not working anymore, because it is complaining that the id I am looking for to update is now an Array. (WHERE `subcategory_id` = (Array)) Does anyone knows the above script and maybe know how to get this to work? It was a nice function and it would be great to work again. Thanks a lot. Luke --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
