Category: CodeIgniter
-
The more changes, the more stays the same!
It’s been a while, almost two years now, since my last post. Phew, let’s see how that happend (excuses, excuses..) and what’s happening in the future. Pretty soon after my latest entry I went on a trip around the world for about 6 month and even though I fully intended to write weekly posts about…
-
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…