I'm looking for a good tutorial that describes how to create your own complete mysqli connection class, maybe demonstrating catching and all that good stuff. If your wondering I have in fact done some some searching of my own, but I have not found any articles that really go into detail.
,Thanks
So far this is the one that has helped me the most. But...I agree...nothing I've seen so far has been very simple to understand. I'm a little frustrated.
http://www.databasejournal.com/features/mysql/article.php/3599166/Connecting-and-prepared-statements-with-the-mysqli-extension.htm
Another helpful one so far:
http://www.mattbango.com/articles/prepared-statements-in-php-and-mysqli
http://php.net provides good help about mysql(i) with a full class reference and very good examples