Skip to content

Instantly share code, notes, and snippets.

@chrisvogt
Created January 16, 2013 20:02
Show Gist options
  • Save chrisvogt/4550360 to your computer and use it in GitHub Desktop.
Save chrisvogt/4550360 to your computer and use it in GitHub Desktop.
CakePHP debug
################################################################################
// DEBUGGING
################################################################################
#ppr($_SESSION);
#echo "".__FILE__.":".__FUNCTION__.":".__LINE__." - <strong>I am here.</strong> <br />";
#die('<strong>The action was halted early, halt!</strong>');
################################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment