@Marsellus. Makes sense, I ran into this problem in the beta version of my site, which has debug set to 2 so I can see the SQL dump, and make sure that I'm not selecting more information than I need. findAll > find in most situations, especially because of the recursive option.
In the name of Life, Liberty, and the pursuit of my sanity. Siebren Bakker(Aevum Decessus) On Fri, Jun 20, 2008 at 08:58, Marcelius <[EMAIL PROTECTED]> wrote: > > If you turn debug mode to 1, cache is refreshed so any changes in the > database will be recognized :-) > > On 20 jun, 11:06, leo <[EMAIL PROTECTED]> wrote: > > On 20 Juny, 10:33, "Siebren Bakker" <[EMAIL PROTECTED]> wrote: > > > > > I ran into a similar problem, and found an interesting solution that > took > > > care of it right away. Clear out the contents of your > /app/tmp/cache/models > > > folder, and then try again and it should recognize your database tables > if > > > they exist. > > > > Good call! I usually disable caching for development for this and > > myriad similar reasons. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
