Thread: The SQL Class
View Single Post
Old 12-30-2008, 10:33 PM   #16 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
can we PLEASE stop using error suppression i.e. '@'

For one it slows down your script and secondly it makes it hard to debug and I for one can't be bothered grep'ing through the code for '@' every time something just blows up and no error is shown.

For the production version, set error_reporting(0).
I hardly use it myself. :P Mainly well, cause, I never get errors. :P
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote