Oh, and as a tip, all Cake find functions actually end up using findAll - including exists, findCount, find, etc. So just change findAll - you don't have to change each of them separately.
Also, if all you want to do is set some additional conditions, you could do this in the AppModel beforeFind() callback - that's what it is there for (rather than duplicating/changing the findAll functionality). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
