Skip to content

Instantly share code, notes, and snippets.

@jlleblanc
Created June 20, 2012 15:39
Show Gist options
  • Save jlleblanc/2960546 to your computer and use it in GitHub Desktop.
Save jlleblanc/2960546 to your computer and use it in GitHub Desktop.
What more error reporting do you need?
<?php
// Save the user
if (!$model->save($data))
{
print 'crap!';
die();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment