An Error Logging Decorator for the MySQLi Object (eMySQLi.php)
Okay, the first question I can hear people asking is: Why? Why another database wrapper or Decorator object? Aren’t there enough of them out there already? Well, frankly, yes… but I had a ton of this in my code and no easy pre-packaged solution I could find to resolve it:
$sql = ‘SELECT * FROM table’;
if ( [...]
Filed in PHP, Technology No Responses yet