Skip to content

Instantly share code, notes, and snippets.

@jamesstacyjones
Last active December 23, 2015 16:39
Show Gist options
  • Save jamesstacyjones/6663260 to your computer and use it in GitHub Desktop.
Save jamesstacyjones/6663260 to your computer and use it in GitHub Desktop.
doctrine debug dump
echo '<pre>';
\Doctrine\Common\Util\Debug::dump($nameofvariable);
echo '</pre>';
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment