Hi Abhimanyu, The thing is that I want to know it on the live environment. The quantity of content in the database is slightly different then on my development environment.
Anyway. Can you advise in a good debugger that has this tool? On May 29, 7:13 pm, Abhimanyu Grover <[EMAIL PROTECTED]> wrote: > I figured out best way is to use a debugger to do this debugging... > I'll be monitoring this thread if someone has suggestions about this. > > On May 29, 8:02 pm, Primeminister <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I want to add a comment after each query that is build by cakePHP. > > So when I do $this->findAll($conditions) I want it to automagicly be > > added with a comment that will show up in my log. Example: > > SELECT * FROM posts AS Post WHERE id=12; /* getPost - > > posts_controller.php */ > > The comment is then the function and filename where this query is > > called/executed. > > The later I can do with parsing the backtrace, but the first I don't > > know. > > > Is there some beforeFind magic I can do? Or another thing? > > > Thanks in advance! > > - primeminister --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
