views:

4298

answers:

5

Hi, 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

+2  A: 

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

johnnietheblack
+2  A: 

Not sure if this exactly what you are looking for, but take a look here:

http://devzone.zend.com/article/686

fractalbit
+1, the article is worth ready
Yada
A: 

http://php.net provides good help about mysql(i) with a full class reference and very good examples

knittl
A: 

mysqli

marko