Hey just as simple as it would be, may I ask if there's any usefulness in keeping the query number .. while developing my website or should I turn it off, which is a better practice ? The pros and cons ?
I know in the end it would have to be off.... Thanks On Nov 27, 12:14 pm, John Maxim <[email protected]> wrote: > Greetings, > > Hey thanks, I have not done it. As I'm with other stuff... working my > way to this project soon. I'd reply once it is done or any issues > encountered. Thanks! Really glad to know there's a solution to this > and it sounds simple enough for a newbie. > > On Nov 26, 12:52 am, build33 <[email protected]> wrote: > > > Hey John, if you edit app/config/core.php > > and change > > Configure::write('debug', 2); > > to > > Configure::write('debug', 1); > > that should get rid of the sql info etc Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
