Debugging

Debugging CakePHP Ajax calls with FirePHP

Posted by Jeremy Harris on Fri, Feb 18, 2011 @ 1:47pm

If you're writing a CakePHP application, one of the first things you should be doing when starting out is downloading DebugKit, the invaluable debugging plugin. If you don't have it, go install it here: https://github.com/cakephp/debug_kit

Most web apps make use of Ajax here and there. And with Cake and jQuery basically doing the work for you, why wouldn't you? Debugging these requests can be ...