Skip to content

Instantly share code, notes, and snippets.

@darraghenright
Created December 7, 2012 19:18
Show Gist options
  • Save darraghenright/4235712 to your computer and use it in GitHub Desktop.
Save darraghenright/4235712 to your computer and use it in GitHub Desktop.
<?php
// for maximum sanity
// during development
error_reporting(E_ALL|E_STRICT);
ini_set('display_errors', true);
// always remember to remove it
// it before put your code live :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment