I'm using the javascript->object() method to return JSON data for XHR requests. All works great when the cake debug level is set to 0, but when higher will append an html style comment to my JSON data like so: "<!-- 0.5613s -->", indicating the response time of the request. This prohibits the JSON data from being evaluated. Is there anyway to keep a non-zero debug level and keep cake from appending this value?
Thanks, - Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
