[EMAIL PROTECTED] wrote:
> > Yeah, set DEBUG to 0 in /app/config/core.php (production mode). > > > > -- John > > > So turning off debug also stops these calls to the database? Or does it > just not log that it's doing them anymore? DESC is what cake is running to figure out your DB. Once you go into production mode it no longer runs this as it assumes that your db won't be adding columns or changing the data types of columns. So, no, in production mode it won't be running them, so they wouldn't be there to log anyway. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
