Tag: Error Logging
-
Extended logging of database errors in CodeIgniter
Some of you might and now and then have run into a database error while working with CI. Such errors are mostly caused by errors in your querys like not escaping user input or your fields or simply syntax errors. In small applications that not much of a problem, but the bigger the application the…