Skip to content

Instantly share code, notes, and snippets.

@emmgfx
Created February 5, 2015 08:18
Show Gist options
  • Save emmgfx/75c8fa87636ec0e35995 to your computer and use it in GitHub Desktop.
Save emmgfx/75c8fa87636ec0e35995 to your computer and use it in GitHub Desktop.
Debug Symfony2
<?PHP
namespace ...
...
use Symfony\Component\Debug\Debug;
Debug::enable();
class ... extends Controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment