HI,
I have a hmabm relationship between two objects, product and category, the
product controller collects multiple new objects via. a soap interface an
inputs them into the database including the categories they belong to, there
is a request action for each category within a product to check if the
category exists, if it does it returns the id of the category, if it doesn't
it creates the category then returns the id.

The issue I have is that when entering multiple products in one request the
database queries seem to be cached and the same category get entered
multiple times rather than  returning the id of the category created
previously in the same request.

How do I stop cake caching the database queries ?

thanks
-- 
chris third

--~--~---------~--~----~------------~-------~--~----~
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