you can also edit your webroot/index.php at the last line add a test for if the request is an ajax one (this is an exercise left up to the reader) and not add the timing line (I do this for xml/rest/soap requests) .
On 3/3/07, bernardo <[EMAIL PROTECTED]> wrote: > > > > On Mar 3, 8:45 am, "sanjeevdivekar" <[EMAIL PROTECTED]> wrote: > > Hey, > > > > I am also in same trobule when i edit 2nd time i see "test message<!-- > > 0.0992s -->" in text box. > > what u do with control.js? > > What you are seeing is the debug timing information that cake php adds > when the debug level is set to 1. Remember that any output generated > will be added to the ajax response. Simply define debug to 0 and > you'll stop seeing it. > > > > > -- == S. DeVore (the old fart) the advice is free, the lack of crankiness will cost you - its a fine line between a real question and an idiot --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
